-
Notifications
You must be signed in to change notification settings - Fork 93
.github/workflows/go.yml - Add testing on FreeBSD #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
541dabb
to
69e1bb6
Compare
Add GH action step test execute unit tests on FreeBSD 14.0. The tests run inside of a qemu VM running on top of a linux worker. Until a FreeBSD provider is present this step will test nothing. It will become active as soon as files exist in 'providers/freebsd/'.
Co-authored-by: Victor Martinez <[email protected]>
69e1bb6
to
34ab8db
Compare
I will be opening a separate PR to update the Go versions in the other parts of the pipelines to test on 1.22.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
freebsd-version | ||
pwd | ||
ls -lah | ||
whoami | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required, no. But I didn't see any downside to not having it. There's already a ton of logging happening with the freebsd plugin so this is like a drop in the bucket.
Add GH action step test execute unit tests on FreeBSD 14.0.
The tests run inside of a qemu VM running on top of a linux
worker.
Until a FreeBSD provider is present this step will test
nothing. It will become active as soon as files exist in
'providers/freebsd/'.
Relates: #126