Skip to content

fix wrong path in fuzzing setup #3

fix wrong path in fuzzing setup

fix wrong path in fuzzing setup #3

Workflow file for this run

# This workflow doesn't do fuzzing, it just ensures that the fuzzing code can compile
name: Fuzz check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cd fuzz
- run: cargo check