]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - .builds/openbsd.yml
tests: add very basic end-to-end test with real ssh server
[safcm/safcm.git] / .builds / openbsd.yml
index 6ba273e799e9bec8399c4d861490d3e883d51a32..025d49a1b5412d6ba94708664e288ef5b7da1f90 100644 (file)
@@ -15,3 +15,7 @@ tasks:
       cd safcm
       # Go does not yet support -race on OpenBSD
       ./ci/run GOFLAGS=
+      # Also run all tests as root (-R and -h conflict on OpenBSD)
+      doas chown -R root:wheel ..
+      # Remove $HOME hack once Go 1.16 is available
+      doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS="