From 6ad4560f4afc3fe46b6cda0bc568e50b89a22e4c Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 7 Aug 2023 18:44:57 -0400 Subject: [PATCH] .github/workflows: drop FreeBSD tests This is unfortunate, but without a live platform to test on, I can't investigate issues, and CI is now failing with just ? filippo.io/age/cmd/age-keygen [no test files] Killed which really could be anything. --- .github/workflows/test.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 565963a6..55b7ca8a 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: