aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-20 19:03:09 +0000
committerAleksey Kladov <[email protected]>2019-11-20 19:22:32 +0000
commit63f327be67a8e6e0786cc089fba5f9b3f53c5bd6 (patch)
treeec9b44464b85ea41d16bd7772306b135abbc5ddb /.cargo/config
parent1cead415100c35097d5ea68cf58b9485fe306dc2 (diff)
Alternative quite tests alias
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 9a04b9462..560ab3075 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -2,3 +2,4 @@
2xtask = "run --package xtask --bin xtask --" 2xtask = "run --package xtask --bin xtask --"
3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat 3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4tq = "test -- -q" 4tq = "test -- -q"
5qt = "tq"