From 29ba23e25ad895cf7f8dae9262cbb0f0fec8b48a Mon Sep 17 00:00:00 2001 From: CPerezz Date: Fri, 18 Oct 2024 11:36:19 +0200 Subject: [PATCH] fix: Avoid whitespaces within features passed to CLI commands --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d731e6c5..1add8edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: feature_set: [basic] include: - feature_set: basic - features: --features default, light-test + features: --features default,light-test steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -162,7 +162,7 @@ jobs: features: --features default,light-test # We only want to test `folding-schemes` package with `circom-browser` feature. - feature_set: circom-browser - features: -p folding-schemes --features circom-browser, parallel --target wasm32-unknown-unknown + features: -p folding-schemes --features circom-browser,parallel --target wasm32-unknown-unknown steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1