aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-17 15:35:36 +0000
committerGitHub <[email protected]>2019-11-17 15:35:36 +0000
commit4f0d4c65a597318165d3a034cf6fd615872b7b74 (patch)
treed0ad4280a7eb2f6545f602cab947f8ba41b2e353
parent2d32e6ba30fc793eb9fc77d6feeed27ddbff77bb (diff)
parent52389657c575b7a4d87c817f9678a8d985172049 (diff)
Merge #2286
2286: Alias for less verbose tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-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"