Skip to content

Commit 11ec169

Browse files
committed
Merge #363: chore(ci): expand feature combinations tested in CI
d7651c2 chore(ci): expand feature combinations tested in CI (stringhandler) Pull request description: Some features were missing from ci tests ACKs for top commit: delta1: ACK d7651c2; verified the CI jobs logs apoelstra: ACK d7651c2; successfully ran local tests Tree-SHA512: ca8e0d42f326475916f1779e64aed44c28c817e41c0bf04725b5827d9a7f39217c885e9b479e2819e2f479102d6bf1d78f8d0593a84a46eebdb771e8f7c807dc
2 parents fe1f888 + d7651c2 commit 11ec169

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ jobs:
8888
run: cp Cargo-recent.lock Cargo.lock
8989
- name: Running cargo test
9090
env:
91-
FEATURES: bitcoin elements test-utils
91+
FEATURES: base64 elements test-utils serde human_encoding
9292
run: |
9393
for f in $FEATURES; do echo "Features: $f" && cargo test --locked --no-default-features --features="$f"; done
94+
echo "All features" && cargo test --locked --all-features
9495
cd simplicity-sys
9596
cargo test --locked --no-default-features
9697
cargo test --locked --features="test-utils"

0 commit comments

Comments
 (0)