Skip to content

Commit

Permalink
Test on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 14, 2024
1 parent 3ff0c05 commit fa7c565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -28,8 +28,7 @@ jobs:
rustup default stable
- name: Build IrpTransmogrifier
run: |
mvn compile
mvn package
mvn package -Dmaven.test.skip=true
working-directory: irp/tests/IrpTransmogrifier
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit fa7c565

Please sign in to comment.