We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1f888 commit d7651c2Copy full SHA for d7651c2
1 file changed
.github/workflows/main.yml
@@ -88,9 +88,10 @@ jobs:
88
run: cp Cargo-recent.lock Cargo.lock
89
- name: Running cargo test
90
env:
91
- FEATURES: bitcoin elements test-utils
+ FEATURES: base64 elements test-utils serde human_encoding
92
run: |
93
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
95
cd simplicity-sys
96
cargo test --locked --no-default-features
97
cargo test --locked --features="test-utils"
0 commit comments