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 da29cf86d5
commit 71a935005d
+1 -1
View File
@@ -80,4 +80,4 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz build -O
- run: cargo fuzz check