Skip to content

Commit ab80107

Browse files
committed
CI: use cargo fuzz 0.8.X
It has switched to release+debug assertion builds by default, so pass `--dev` to avoid compiling with optimizations.
1 parent cd7fcf4 commit ab80107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ jobs:
124124
- uses: ./.github/actions/install-rust
125125
with:
126126
toolchain: nightly-2020-06-03
127-
- run: cargo install cargo-fuzz --vers "^0.7"
127+
- run: cargo install cargo-fuzz --vers "^0.8"
128128
- run: cargo fetch
129129
working-directory: ./fuzz
130-
- run: cargo fuzz build --features binaryen
130+
- run: cargo fuzz build --dev --features binaryen
131131

132132
rebuild_peephole_optimizers:
133133
name: Rebuild Peephole Optimizers

0 commit comments

Comments
 (0)