From 2e1c65147a701e96c04d40c00bbf40677e464e06 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 12 Dec 2023 09:51:39 +0000 Subject: [PATCH] BSD tests. --- .github/workflows/bsd.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 4fcb55a..4bf270d 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -12,21 +12,13 @@ jobs: with: lfs: 'true' - - name: Set up - uses: actions/setup-go@v5 - with: - go-version: stable - - - name: Build - run: GOOS=freebsd go test -c . ./vfs/... ./tests/... - - name: Test uses: cross-platform-actions/action@v0.21.1 with: operating_system: freebsd version: '13.2' + memory: 8G sync_files: runner-to-vm run: | - foreach test ( *.test ) - ./$test -test.v || exit $? - end \ No newline at end of file + sudo pkg install -y go121 + go121 test -v ./...