Skip to content

Commit 3915aee

Browse files
committed
Speed up cargo fuzz CI job
rust-fuzz/cargo-fuzz#317
1 parent 94c7519 commit 3915aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@v3
9494
- uses: dtolnay/rust-toolchain@nightly
9595
- uses: dtolnay/install@cargo-fuzz
96-
- run: cargo fuzz build -O
96+
- run: cargo fuzz check
9797

9898
clippy:
9999
name: Clippy

0 commit comments

Comments
 (0)