Alias for less verbose tests

This commit is contained in:
Aleksey Kladov 2019-11-17 18:26:52 +03:00
parent b72abed4eb
commit 52389657c5

View file

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