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:30 -08:00
parent 5bd582c965
commit d79365b257
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

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