Speed up cargo fuzz CI job

https://github.com/rust-fuzz/cargo-fuzz/pull/317
This commit is contained in:
David Tolnay 2023-01-19 17:28:31 -08:00
parent 9bcfdc7997
commit 45cedc45ed
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz build -O
- run: cargo fuzz check
outdated:
name: Outdated