Skip cargo test in most CI jobs

This commit is contained in:
David Tolnay 2024-03-29 13:48:52 -07:00
parent db00234ff5
commit d9bf9ec500
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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