Skip to content

Commit

Permalink
ci: enable windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 29, 2023
1 parent f7501bb commit 0a08e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
gcc_v: [11]
node-version: [18.x]
fail-fast: false
Expand Down

0 comments on commit 0a08e0d

Please sign in to comment.