X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ci%2Frun;h=e9cf0ff3f13ca0e2983c62326835389f6f3e765d;hb=ad55f8167bc4e36b71e9d71d8c01443861a989c5;hp=7ec5f161ed205a30a1f15afdedbba92d3d0784a0;hpb=add02385c9c48e7a3d9405b8023e72611e6d5a8f;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