mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 10:18:31 +00:00
Merge #2286
2286: Alias for less verbose tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
4f0d4c65a5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[alias]
|
[alias]
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue