Skip to content

Commit b930211

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
outputs TOOLCHAIN
104104
# target-specific options
105105
# * CARGO_FEATURES_OPTION
106-
CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
106+
CARGO_FEATURES_OPTION='--all-features' ;
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)