X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=ci%2Frun;h=1b240a600b2b33f0d7b45924be6d6859320c13ae;hp=45db771a7e9a40e71cfcc49cdb834a5c7db248ac;hb=d56dba0752e6b7d2dcac2c0d0e2e3ccddf80cd2a;hpb=b82e6204de517082c25e225fa19ae7e63f59e14f diff --git a/ci/run b/ci/run index 45db771..1b240a6 100755 --- a/ci/run +++ b/ci/run @@ -16,14 +16,18 @@ fi SAFCM_CI_RUN=1 export SAFCM_CI_RUN +# shellcheck disable=SC2086 make $flags +# shellcheck disable=SC2086 make test $flags # Strict umask umask 077 rm -rf ./* git checkout . +# shellcheck disable=SC2086 make $flags +# shellcheck disable=SC2086 make test $flags # Additional static checks only run in CI