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 9fc79fbCopy full SHA for 9fc79fb
.github/workflows/ci.yml
@@ -104,6 +104,7 @@ jobs:
104
# target-specific options
105
# * CARGO_FEATURES_OPTION
106
CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
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