don't run vet linter

This is a port of 5b76f42372.
This commit is contained in:
adisbladis 2022-08-24 11:34:30 +08:00
parent 5d07a6931c
commit ac99f239a5

View file

@ -297,6 +297,7 @@ let
flags+=("-v" "-p" "$NIX_BUILD_CORES")
if [ "$cmd" = "test" ]; then
flags+=(-vet=off)
flags+=($checkFlags)
fi