Skip to content

Commit d7651c2

Browse files
committed
chore(ci): expand feature combinations tested in CI
1 parent fe1f888 commit d7651c2

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)