From 52389657c575b7a4d87c817f9678a8d985172049 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 17 Nov 2019 18:26:52 +0300 Subject: Alias for less verbose tests --- .cargo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cargo') diff --git a/.cargo/config b/.cargo/config index 3812e1e2d..9a04b9462 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,4 @@ [alias] xtask = "run --package xtask --bin xtask --" - install-ra = "run --package xtask --bin xtask -- install" # for backwards compat +tq = "test -- -q" -- cgit v1.2.3