Skip to content

Commit

Permalink
Enable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kipz committed Dec 19, 2023
1 parent 6de72db commit 91a0fc6
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 @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
os: [ubuntu-latest] # , macos-latest, windows-latest] Enable later so we don't waste github actions resources
os: [ubuntu-latest, windows-latest] # , macos-latest, windows-latest] Enable later so we don't waste github actions resources
go-version: ${{ fromJSON(needs.get-go-versions.outputs.matrix) }}
runs-on: ${{ matrix.os }}
needs: get-go-versions
Expand Down

0 comments on commit 91a0fc6

Please sign in to comment.