Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 3ff5506

Browse files
committed
Speed up cargo fuzz CI job
rust-fuzz/cargo-fuzz#317
1 parent 8261d93 commit 3ff5506

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
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v3
7979
- uses: dtolnay/rust-toolchain@nightly
8080
- uses: dtolnay/install@cargo-fuzz
81-
- run: cargo fuzz build -O
81+
- run: cargo fuzz check
8282

8383
outdated:
8484
name: Outdated

0 commit comments

Comments
 (0)