From 501d157279b71332dea72c87ac643efaef4526ca Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 24 Oct 2023 23:27:10 +0100 Subject: [PATCH] Update BSD test. --- .github/workflows/bsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 0aefca8..2163330 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -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 \;