X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ci%2Frun;h=30b22a1b8b11f58bd6784bc4f3fb08d02ee24bb3;hb=c64160da6ef2a4df544d4b286d5a5820e9e27a02;hp=7ec5f161ed205a30a1f15afdedbba92d3d0784a0;hpb=add02385c9c48e7a3d9405b8023e72611e6d5a8f;p=safcm%2Fsafcm.git diff --git a/ci/run b/ci/run index 7ec5f16..30b22a1 100755 --- a/ci/run +++ b/ci/run @@ -8,7 +8,14 @@ PATH=$HOME/go/bin:$PATH export PATH make -go test -race ./... +make test + +# Strict umask +umask 077 +rm -rf * +git checkout . +make +make test # Additional static checks only run in CI go get honnef.co/go/tools/cmd/staticcheck