Skip to content

Commit

Permalink
Add a CI job on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 14, 2024
1 parent adb11fa commit 4d4666a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ jobs:
if: matrix.rust == 'nightly'
- run: cargo test

windows:
name: Windows
needs: pre_ci
if: needs.pre_ci.outputs.continue
runs-on: windows-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test

msrv:
name: Rust 1.31.0
needs: pre_ci
Expand Down

0 comments on commit 4d4666a

Please sign in to comment.