Skip to content

Commit

Permalink
Add basic compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Sep 26, 2022
1 parent fd6c44e commit bbde6d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
run: |
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
- name: Verify FreeBSD and OpenBSD Builds
run: |
CGO_ENABLED=0 GOOS=freebsd go build
CGO_ENABLED=0 GOOS=openbsd go build
- name: Run tests
env:
GOOGLE_CLOUD_PROJECT: '${{ secrets.GOOGLE_CLOUD_PROJECT }}'
Expand Down

0 comments on commit bbde6d8

Please sign in to comment.