diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 565963a..55b7ca8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,23 +22,6 @@ jobs: fetch-depth: 0 - name: Run tests run: go test -race ./... - freebsd: - name: Test (FreeBSD) - runs-on: macos-12 - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Run tests - # Unpinned Action allowed with read-only permissions. - uses: vmactions/freebsd-vm@v0 - with: - prepare: | - freebsd-version - pkg install -y go - go version - run: go test -buildvcs=false -race ./... gotip: name: Test (Go tip) strategy: