Skip to content

Commit

Permalink
First pass at running on windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Jul 30, 2024
1 parent d7e10e5 commit 02e6e1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- uses: actions/checkout@v3
- uses: Jerome1337/[email protected]
tests:
runs-on: ubuntu-latest
strategy:
matrix:
goversion: ['1.21', '1.22']
name: Go ${{ matrix.goversion }} tests
os: ['ubuntu-latest', 'windows-latest']
name: Go ${{ matrix.goversion }} (${{ matrix.os}}) tests
runs-on: ${{ matrix.os }}
env:
SW_APM_DEBUG_LEVEL: 1
steps:
Expand Down

0 comments on commit 02e6e1d

Please sign in to comment.