BSD tests.

This commit is contained in:
Nuno Cruces
2024-02-02 19:10:56 +00:00
parent bb0c77c6fa
commit da0e98f17e
4 changed files with 22 additions and 4 deletions

View File

@@ -12,13 +12,20 @@ jobs:
with:
lfs: 'true'
- name: Set up
uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: .github/workflows/bsd.sh
- name: Test
uses: cross-platform-actions/action@v0.22.0
with:
operating_system: freebsd
version: '13.2'
memory: 8G
shell: bash
sync_files: runner-to-vm
run: |
sudo pkg install -y go121
go121 test -v ./...
run: source test.sh