Skip to content

Commit

Permalink
Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Jan 6, 2025
1 parent cfd5ad3 commit d933451
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,17 @@ jobs:
- name: netbsd
version: '10.0'
flags: '-test.v'
- name: freebsd
arch: arm64
version: '14.2'
flags: '-test.v -test.short'
- name: netbsd
arch: arm64
version: '10.0'
flags: '-test.v -test.short'
- name: openbsd
version: '7.6'
flags: '-test.v -test.short'
arch:
- name: 'x86-64'
- name: 'arm64'
go: 'arm64'
runs-on: ubuntu-latest
needs: test

Expand All @@ -108,15 +112,15 @@ jobs:
- name: Build
env:
GOOS: ${{ matrix.os.name }}
GOARCH: ${{ matrix.arch.go }}
GOARCH: ${{ matrix.os.arch }}
TESTFLAGS: ${{ matrix.os.flags }}
run: .github/workflows/build-test.sh

- name: Test
uses: cross-platform-actions/[email protected]
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.arch.name }}
architecture: ${{ matrix.os.arch }}
version: ${{ matrix.os.version }}
shell: bash
run: . ./test.sh
Expand Down

0 comments on commit d933451

Please sign in to comment.