From 63f327be67a8e6e0786cc089fba5f9b3f53c5bd6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 20 Nov 2019 22:03:09 +0300 Subject: Alternative quite tests alias --- .cargo/config | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 9a04b9462..560ab3075 100644 --- a/.cargo/config +++ b/.cargo/config @@ -2,3 +2,4 @@ xtask = "run --package xtask --bin xtask --" install-ra = "run --package xtask --bin xtask -- install" # for backwards compat tq = "test -- -q" +qt = "tq" -- cgit v1.2.3