Skip to content

Commit

Permalink
[WIP] proto: fix std feature
Browse files Browse the repository at this point in the history
The `std` feature previously didn't link the `std` crate, and so when
used in isolation wouldn't compile.
  • Loading branch information
tony-iqlusion committed Aug 7, 2024
1 parent 439abf5 commit 7d3e4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test -p tendermint-proto
- run: cargo test -p tendermint-proto --features std
- run: cargo test-all-features -p tendermint-proto

tendermint-light-client:
Expand Down

0 comments on commit 7d3e4eb

Please sign in to comment.