From: Simon Ruderich Date: Sat, 17 Apr 2021 06:36:05 +0000 (+0200) Subject: ci: also run tests with strict umask X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=c64160da6ef2a4df544d4b286d5a5820e9e27a02 ci: also run tests with strict umask --- 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 ./...