X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ci%2Frun;fp=ci%2Frun;h=30b22a1b8b11f58bd6784bc4f3fb08d02ee24bb3;hb=c64160da6ef2a4df544d4b286d5a5820e9e27a02;hp=01ee682ba9d5934abf8672ad97a5d10b0a0e2540;hpb=583a2695a3ddc9c98e0a03d9f1bad8df30afe887;p=safcm%2Fsafcm.git diff --git a/ci/run b/ci/run index 01ee682..30b22a1 100755 --- a/ci/run +++ b/ci/run @@ -10,6 +10,13 @@ export PATH make 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 staticcheck ./...