Merge pull request #215 from dtolnay/ci

Skip cargo test in most CI jobs
This commit is contained in:
David Tolnay 2024-03-29 13:54:03 -07:00 committed by GitHub
commit 7fe6b0203b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,7 @@ jobs:
- run: cargo test
env:
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}}
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly'
clippy:
name: Clippy