Mirror the github action tweaks in the cirrus config

This commit is contained in:
David Dworken 2022-11-04 22:07:26 -07:00
parent 43cc45b80d
commit 18a75afebd
No known key found for this signature in database

View File

@ -2,7 +2,11 @@ freebsd_instance:
image: freebsd-12-2-release-amd64
task:
name: freebsd-test
env:
TZ: 'America/Los_Angeles' # Force the time zone so that test output is consistent
GITHUB_ACTION: 'true'
setup_script:
- pkg install -y bash zsh fish curl go tmux
- sudo hostname ghaction-runner-hostname # Set a consistent hostname so we can run tests that depend on it
test_script:
- make test