diff --git a/.cargo/config b/.cargo/config index 3812e1e2d1e..9a04b9462a0 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,4 @@ [alias] xtask = "run --package xtask --bin xtask --" - install-ra = "run --package xtask --bin xtask -- install" # for backwards compat +tq = "test -- -q"