1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-04 20:21:42 +00:00

disable vet... for now

This commit is contained in:
Chris Sexton 2020-10-09 10:39:38 -04:00
parent 789d457ac6
commit a4b4874538

3
gok.sh
View File

@ -15,7 +15,8 @@ gofmt -l $(find . -name '*.go') > $o 2>&1
test $(wc -l $o | awk '{ print $1 }') = "0" || fail test $(wc -l $o | awk '{ print $1 }') = "0" || fail
echo govet echo govet
go vet ./... > $o 2>&1 || fail #go vet ./... > $o 2>&1
echo disabled
echo go test echo go test
go test -test.timeout=60s ./... > $o 2>&1 || fail go test -test.timeout=60s ./... > $o 2>&1 || fail