Skip to content

Commit

Permalink
Re-enable macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 10, 2022
1 parent 11cf38a commit e6f6d1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
toolchain: ${{matrix.rust}}
- run: cargo check --manifest-path tests/crate/Cargo.toml
- run: cargo test
# macos: https://github.com/dtolnay/linkme/issues/41
# windows-gnu: https://github.com/dtolnay/linkme/issues/25
continue-on-error: ${{matrix.os == 'macos' || matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
- run: cargo test --release
continue-on-error: ${{matrix.os == 'macos' || matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}

msrv:
name: Rust 1.31.0
Expand Down

0 comments on commit e6f6d1c

Please sign in to comment.