File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ jobs:
102102 if [ -n "${{ matrix.job.toolchain }}" ]; then TOOLCHAIN="${{ matrix.job.toolchain }}" ; fi
103103 outputs TOOLCHAIN
104104 # target-specific options
105- # * CARGO_FEATURES_OPTION
106- CARGO_FEATURES_OPTION='--all -- --check' ; ## default to '--all-features' for code coverage
107105 # * CODECOV_FLAGS
108106 CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )
109107 outputs CODECOV_FLAGS
@@ -119,7 +117,7 @@ jobs:
119117 if : runner.os == 'Windows'
120118 run : echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH
121119 - name : Test
122- run : cargo test ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-fail-fast
120+ run : cargo test --all-features --no-fail-fast
123121 env :
124122 CARGO_INCREMENTAL : " 0"
125123 RUSTC_WRAPPER : " "
You can’t perform that action at this time.
0 commit comments