Skip to content

Commit

Permalink
github actions: add windows build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjj20 committed Jan 9, 2023
1 parent cb4c9d8 commit 423ca91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
include:
- os: ubuntu-latest
- os: windows-latest
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 423ca91

Please sign in to comment.