]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - ci/run
Makefile: add test target
[safcm/safcm.git] / ci / run
diff --git a/ci/run b/ci/run
index e9cf0ff3f13ca0e2983c62326835389f6f3e765d..01ee682ba9d5934abf8672ad97a5d10b0a0e2540 100755 (executable)
--- a/ci/run
+++ b/ci/run
@@ -8,8 +8,7 @@ PATH=$HOME/go/bin:$PATH
 export PATH
 
 make
-go vet ./...
-go test -race ./...
+make test
 
 # Additional static checks only run in CI
 go get honnef.co/go/tools/cmd/staticcheck