Skip to content

Commit e79f37f

Browse files
committed
Re-enable the fuzz check in CI.
Update to cargo-fuzz 0.11, which fixes compatibility with rust nightly.
1 parent a5b298a commit e79f37f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,15 +354,14 @@ jobs:
354354
fuzz_targets:
355355
name: Fuzz Targets
356356
runs-on: ubuntu-latest
357-
if: ${{ false }} # disable pending https://github.com/rust-fuzz/cargo-fuzz/issues/276
358357
steps:
359358
- uses: actions/checkout@v2
360359
with:
361360
submodules: true
362361
- uses: ./.github/actions/install-rust
363362
with:
364363
toolchain: nightly
365-
- run: cargo install cargo-fuzz --vers "^0.8"
364+
- run: cargo install cargo-fuzz --vers "^0.11"
366365
- run: cargo fetch
367366
working-directory: ./fuzz
368367
- run: cargo fuzz build --dev

0 commit comments

Comments
 (0)