X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Farchlinux.yml;h=0c4671c374eb9b2f7125281ab46824c1398b607a;hb=4206e0dbca82f5df7d8e534f78cb737979880916;hp=0269b366743b2dd0a2968ace63daf20da9b8b45f;hpb=ee36e1803e470eb760f72a5ef44a8e4447749641;p=safcm%2Fsafcm.git diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 0269b36..0c4671c 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -1,7 +1,11 @@ image: archlinux packages: - go + - shellcheck tasks: - all: | cd safcm ./ci/run + # Also run all tests as root + sudo chown -Rh root:root .. + sudo ./ci/run