image: freebsd/latest packages: - go - gmake tasks: - all: | sudo ln -sf /usr/local/bin/gmake /usr/bin/make cd safcm ./ci/run TESTFLAGS=-v # Also run all tests as root sudo chown -Rh root:wheel . sudo ./ci/run TESTFLAGS=-v