Skip to content

Commit

Permalink
Merge pull request #101 from dtolnay/skiprelease
Browse files Browse the repository at this point in the history
Skip `cargo test --release` on old rustc
  • Loading branch information
dtolnay authored Jan 12, 2025
2 parents f191a5b + e8c63d4 commit 2f398b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- run: cargo test --release --test test_precedence
env:
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}}
if: matrix.rust != '1.62.0'
- uses: actions/upload-artifact@v4
if: matrix.rust == 'nightly' && always()
with:
Expand Down

0 comments on commit 2f398b3

Please # to comment.