From d3da8cc4f3bd843445d4c66a567b6d5e1da7b185 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Fri, 23 Feb 2024 23:54:59 +0000 Subject: [PATCH] BSD. --- .github/workflows/bsd.yml | 29 ----------------------------- .github/workflows/go.yml | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 29 deletions(-) delete mode 100644 .github/workflows/bsd.yml 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