Skip to content

Commit

Permalink
CI: Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed May 13, 2024
1 parent 6bdeef4 commit 12b679c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run helloworld unit tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
name: Run helloworld integration tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion sol
Submodule sol updated from 4c7331 to fc63ed

0 comments on commit 12b679c

Please sign in to comment.