diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml deleted file mode 100644 index 3d718da..0000000 --- a/.github/workflows/bsd.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: BSD - -on: - workflow_dispatch: - -jobs: - test: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - lfs: 'true' - - - uses: actions/setup-go@v5 - with: - go-version: stable - - - name: Build - run: .github/workflows/bsd.sh - - - name: Test - uses: cross-platform-actions/action@v0.23.0 - with: - operating_system: freebsd - version: '14.0' - shell: bash - sync_files: runner-to-vm - run: source test.sh diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a6787a..a7d8589 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -59,3 +59,28 @@ jobs: if: | github.event_name == 'push' && matrix.os == 'ubuntu-latest' + + test-bsd: + runs-on: ubuntu-latest + needs: test + + steps: + - uses: actions/checkout@v4 + with: + lfs: 'true' + + - uses: actions/setup-go@v5 + with: + go-version: stable + + - name: Build + run: .github/workflows/bsd.sh + + - name: Test + uses: cross-platform-actions/action@v0.23.0 + with: + operating_system: freebsd + version: '14.0' + shell: bash + run: source test.sh + sync_files: runner-to-vm \ No newline at end of file