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 d1b3f49.
  • Loading branch information
dtolnay committed Jun 30, 2024
1 parent d1b3f49 commit a56edf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- run: cargo check --manifest-path tests/crate/Cargo.toml
- run: cargo test -p linkme -p linkme-impl
# windows-gnu: https://github.com/dtolnay/linkme/issues/25
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu' || matrix.rust == 'nightly-x86_64-pc-windows-msvc'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
- run: cargo test -p linkme -p linkme-impl --features used_linker
if: startsWith(matrix.rust, 'nightly')
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu' || matrix.rust == 'nightly-x86_64-pc-windows-msvc'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
- run: cargo test -p linkme -p linkme-impl --release
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu' || matrix.rust == 'nightly-x86_64-pc-windows-msvc'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
- run: cargo test -p linkme -p linkme-impl --release --features used_linker
if: startsWith(matrix.rust, 'nightly')
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu' || matrix.rust == 'nightly-x86_64-pc-windows-msvc'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}

cortex:
name: Cortex-M
Expand Down

0 comments on commit a56edf7

Please sign in to comment.