]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - .builds/archlinux.yml
Use SPDX license identifiers
[safcm/safcm.git] / .builds / archlinux.yml
index 0269b366743b2dd0a2968ace63daf20da9b8b45f..0c4671c374eb9b2f7125281ab46824c1398b607a 100644 (file)
@@ -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