Skip to content

Commit

Permalink
Do not exclude fuzz target when running cargo-hack
Browse files Browse the repository at this point in the history
The fuzz target is not a member of the workspace, which triggers a
warning.
  • Loading branch information
stefunctional committed Jan 23, 2024
1 parent b914fbf commit d02c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Install cargo-hack
run: cargo install cargo-hack
- name: Build one feature at a time
run: cargo hack build --each-feature --workspace --exclude fuzz --exclude harness_client
run: cargo hack build --each-feature --workspace --exclude harness_client

0 comments on commit d02c2b7

Please sign in to comment.