Skip to content

Commit

Permalink
ci: add missing "outputs CARGO_FEATURES_OPTION"
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Nov 8, 2024
1 parent 3101aa1 commit 9fc79fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
# target-specific options
# * CARGO_FEATURES_OPTION
CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
outputs CARGO_FEATURES_OPTION
# * CODECOV_FLAGS
CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )
outputs CODECOV_FLAGS
Expand Down

0 comments on commit 9fc79fb

Please sign in to comment.