]> 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 7ec5f161ed205a30a1f15afdedbba92d3d0784a0..01ee682ba9d5934abf8672ad97a5d10b0a0e2540 100755 (executable)
--- a/ci/run
+++ b/ci/run
@@ -8,7 +8,7 @@ PATH=$HOME/go/bin:$PATH
 export PATH
 
 make
-go test -race ./...
+make test
 
 # Additional static checks only run in CI
 go get honnef.co/go/tools/cmd/staticcheck