X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=05bb9a78d4a4ba4acfedbab773fba483f7a0c0da;hb=444e9874424580361e00547b597d213370045057;hp=6ba273e799e9bec8399c4d861490d3e883d51a32;hpb=7c4e5d64e25acec7209a54a15836b4481c450416;p=safcm%2Fsafcm.git diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 6ba273e..05bb9a7 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -14,4 +14,8 @@ tasks: doas ln -sf /usr/local/bin/gmake /usr/bin/make cd safcm # Go does not yet support -race on OpenBSD - ./ci/run GOFLAGS= + ./ci/run GOFLAGS= TESTFLAGS=-v + # 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= TESTFLAGS=-v"