Update BSD test.

This commit is contained in:
Nuno Cruces
2023-10-24 23:27:10 +01:00
parent 4db18a7b9a
commit 501d157279

View File

@@ -21,8 +21,9 @@ jobs:
run: GOOS=freebsd go test -c ./...
- name: Test
uses: cross-platform-actions/action@v0.19.1
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
version: '13.2'
sync_files: runner-to-vm
run: find . -name '*.test' -maxdepth 1 -exec {} -test.v \;