Skip to content

Commit 9fc79fb

Browse files
committed
ci: add missing "outputs CARGO_FEATURES_OPTION"
1 parent 3101aa1 commit 9fc79fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
# target-specific options
105105
# * CARGO_FEATURES_OPTION
106106
CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
107+
outputs CARGO_FEATURES_OPTION
107108
# * CODECOV_FLAGS
108109
CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )
109110
outputs CODECOV_FLAGS

0 commit comments

Comments
 (0)