X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ci%2Frun;h=e9cf0ff3f13ca0e2983c62326835389f6f3e765d;hb=fa33bb263d2998174fcc8c6dd8c44c94b41a8380;hp=7ec5f161ed205a30a1f15afdedbba92d3d0784a0;hpb=8fcd43d8f2b15b62f819a1ea41dcd91ac3194f0b;p=safcm%2Fsafcm.git diff --git a/ci/run b/ci/run index 7ec5f16..e9cf0ff 100755 --- a/ci/run +++ b/ci/run @@ -8,6 +8,7 @@ PATH=$HOME/go/bin:$PATH export PATH make +go vet ./... go test -race ./... # Additional static checks only run in CI