build: just use go {test,vet} ./... for targets vet, test and generate

This commit is contained in:
Christian Schwarz
2018-12-11 22:00:03 +01:00
parent c1aab0bee9
commit 38b0bd76f5
2 changed files with 3 additions and 54 deletions
-2
View File
@@ -30,7 +30,6 @@ matrix:
- make
- make vet
- make test
- go test ./...
- make artifacts/zrepl-freebsd-amd64
- make artifacts/zrepl-linux-amd64
- make artifacts/zrepl-darwin-amd64
@@ -49,7 +48,6 @@ matrix:
- make
- make vet
- make test
- go test ./...
- make artifacts/zrepl-freebsd-amd64
- make artifacts/zrepl-linux-amd64
- make artifacts/zrepl-darwin-amd64