Skip to content

Commit

Permalink
Tests: Run tests on Linux, Windows & Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Jan 3, 2024
1 parent 669c1a7 commit 4d2b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 4d2b6d6

Please sign in to comment.