Skip to content

Commit

Permalink
add some feature flag testing in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Jul 3, 2023
1 parent 4979f83 commit a2d503e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
run: |
cd capnp
cargo test --no-default-features
cargo test --no-default-features --features alloc
cargo test --no-default-features --features std
cargo test --features sync_reader
cargo test --features unaligned
cd ../
Expand Down

0 comments on commit a2d503e

Please sign in to comment.