Skip to content

Commit

Permalink
fix fuzz path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 21, 2024
1 parent 9b5d916 commit 2b4b83a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ jobs:
cache-target: release
bins: cargo-fuzz

- run: cargo fuzz run compare_skip --release -- -max_total_time=300s
working-directory: fuzz
- run: cargo fuzz run --fuzz-dir crates/fuzz compare_skip --release -- -max_total_time=300s

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b4b83a

Please sign in to comment.