Skip to content

Commit

Permalink
Fix build-fuzz and require it to pass on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 14, 2024
1 parent 9324422 commit 7e0bcce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

complete:
if: always()
needs: [fmt, check-git-rev-deps, semver-checks, build-and-test, docs, readme, migration-docs]
needs: [fmt, check-git-rev-deps, semver-checks, build-and-test, build-fuzz, docs, readme, migration-docs]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand Down
12 changes: 6 additions & 6 deletions tests/fuzz/fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e0bcce

Please sign in to comment.