Skip to content

Commit

Permalink
fix fixed-hash part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Oct 8, 2024
1 parent 351ae2d commit 5613536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
args: -p uint --all-features

- name: Test fixed-hash no_std
run: cargo test -p fixed-hash --no-default-features --features='byteorder,rustc-hex'
run: cargo test -p fixed-hash --no-default-features --features='rustc-hex'

- name: Test fixed-hash all-features
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5613536

Please sign in to comment.