Skip to content

Commit

Permalink
ci: run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jun 27, 2022
1 parent cfb9d15 commit 192e66d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ jobs:
test:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- [self-hosted, self-hosted-ubuntu]
- windows-latest
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 192e66d

Please sign in to comment.