Skip to content

Commit

Permalink
chore: fix CI (#376)
Browse files Browse the repository at this point in the history
Only enabling the `arb` feature on the `codetable` crate now fails, due
to changes to the `arbitrary_derive` crate. It now errors if the enum
its derived from is empty. Which it is in our case.
  • Loading branch information
vmx authored Dec 6, 2024
1 parent 4c0ef52 commit 5709099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
tool: cargo-hack

- name: Cargo Hack - Check each feature
run: cargo hack check -p multihash-codetable --each-feature
run: cargo hack check -p multihash-codetable --each-feature --exclude-features arb
shell: bash
env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit 5709099

Please sign in to comment.