Skip to content

Commit

Permalink
Merge pull request #179 from Jacalz/add-back-ci-os
Browse files Browse the repository at this point in the history
Add back Windows and macOS to tests
  • Loading branch information
andydotxyz authored Jan 11, 2025
2 parents 68fea01 + 0cd48fe commit 741143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version: [1.19.x, stable]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 741143f

Please sign in to comment.