We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101aa1 commit b930211Copy full SHA for b930211
.github/workflows/ci.yml
@@ -103,7 +103,8 @@ jobs:
103
outputs TOOLCHAIN
104
# target-specific options
105
# * CARGO_FEATURES_OPTION
106
- CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
+ CARGO_FEATURES_OPTION='--all-features' ;
107
+ outputs CARGO_FEATURES_OPTION
108
# * CODECOV_FLAGS
109
CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )
110
outputs CODECOV_FLAGS
0 commit comments