mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Alternative quite tests alias
This commit is contained in:
parent
1cead41510
commit
63f327be67
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
xtask = "run --package xtask --bin xtask --"
|
xtask = "run --package xtask --bin xtask --"
|
||||||
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
||||||
tq = "test -- -q"
|
tq = "test -- -q"
|
||||||
|
qt = "tq"
|
||||||
|
|
Loading…
Reference in a new issue