Skip to content

Commit

Permalink
fix: Avoid whitespaces within features passed to CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Oct 18, 2024
1 parent 5c67849 commit 29ba23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 29ba23e

Please sign in to comment.