aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-17 15:26:52 +0000
committerAleksey Kladov <[email protected]>2019-11-17 15:26:52 +0000
commit52389657c575b7a4d87c817f9678a8d985172049 (patch)
treead04aa4f3d605f11c41684a28c74ef5300e4af6e /.cargo
parentb72abed4ebbc13a458cf3518d6abd1b734eafb38 (diff)
Alias for less verbose tests
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config
index 3812e1e2d..9a04b9462 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,4 +1,4 @@
1[alias] 1[alias]
2xtask = "run --package xtask --bin xtask --" 2xtask = "run --package xtask --bin xtask --"
3
4install-ra = "run --package xtask --bin xtask -- install" # for backwards compat 3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4tq = "test -- -q"