Skip to content

Commit 8cebe89

Browse files
committed
Speed up cargo fuzz CI job
rust-fuzz/cargo-fuzz#317
1 parent 74f510e commit 8cebe89

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
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v3
111111
- uses: dtolnay/rust-toolchain@nightly
112112
- uses: dtolnay/install@cargo-fuzz
113-
- run: cargo fuzz build -O
113+
- run: cargo fuzz check
114114

115115
outdated:
116116
name: Outdated

0 commit comments

Comments
 (0)