Alternative quite tests alias

This commit is contained in:
Aleksey Kladov 2019-11-20 22:03:09 +03:00
parent 1cead41510
commit 63f327be67

View file

@ -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"