Skip to content

Commit

Permalink
Revert "Ignore msvc CI job for now"
Browse files Browse the repository at this point in the history
Works again as of 2024-06-29.

This reverts commit 4882008.
  • Loading branch information
dtolnay committed Jun 30, 2024
1 parent 4882008 commit 72d9b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: startsWith(matrix.rust, 'nightly')
- run: cargo test
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-msvc'}}

msrv:
name: Rust 1.62.0
Expand Down

0 comments on commit 72d9b35

Please sign in to comment.