From d7651c25060a54f694edac415ba92c02c86ff68b Mon Sep 17 00:00:00 2001 From: stringhandler Date: Wed, 6 May 2026 09:44:32 +0200 Subject: [PATCH] chore(ci): expand feature combinations tested in CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f35e42b6..9a1af611 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,9 +88,10 @@ jobs: run: cp Cargo-recent.lock Cargo.lock - name: Running cargo test env: - FEATURES: bitcoin elements test-utils + FEATURES: base64 elements test-utils serde human_encoding run: | for f in $FEATURES; do echo "Features: $f" && cargo test --locked --no-default-features --features="$f"; done + echo "All features" && cargo test --locked --all-features cd simplicity-sys cargo test --locked --no-default-features cargo test --locked --features="test-utils"