Skip to content

Commit

Permalink
Fix missing --features and quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 18, 2023
1 parent 4b2c299 commit 4497b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
os: [ubuntu-latest]
rust: [stable, beta]
# When vars.EXPERIMENTAL_FEATURES is empty this should become a single matrix item
features: ${{ fromJSON(format('["", {0}]', vars.EXPERIMENTAL_FEATURES)) }}
features: ${{ fromJSON(format('["", "--features {0}"]', vars.EXPERIMENTAL_FEATURES)) }}
exclude:
# We're excluding macOS beta for the following reasons:
# - the concurrent macOS runner limit is much lower than the Linux limit
Expand Down

0 comments on commit 4497b18

Please sign in to comment.