We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b298a commit e79f37fCopy full SHA for e79f37f
.github/workflows/main.yml
@@ -354,15 +354,14 @@ jobs:
354
fuzz_targets:
355
name: Fuzz Targets
356
runs-on: ubuntu-latest
357
- if: ${{ false }} # disable pending https://github.com/rust-fuzz/cargo-fuzz/issues/276
358
steps:
359
- uses: actions/checkout@v2
360
with:
361
submodules: true
362
- uses: ./.github/actions/install-rust
363
364
toolchain: nightly
365
- - run: cargo install cargo-fuzz --vers "^0.8"
+ - run: cargo install cargo-fuzz --vers "^0.11"
366
- run: cargo fetch
367
working-directory: ./fuzz
368
- run: cargo fuzz build --dev
0 commit comments