File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
- name : run tests
116
116
run : |
117
117
mkdir -p output
118
- cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --profile ci --run-ignored ${{ inputs.flaky && 'all' || 'default' }} --no-fail-fast --message-format ${{ inputs.flaky && 'libtest-json' || 'human' }} > output/${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
118
+ cargo nextest run --workspace ${{ env.FEATURES }} test_batch_fs --lib --bins --tests --profile ci --run-ignored ${{ inputs.flaky && 'all' || 'default' }} --no-fail-fast --message-format ${{ inputs.flaky && 'libtest-json' || 'human' }} > output/${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
119
119
env :
120
120
RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG'}}
121
121
NEXTEST_EXPERIMENTAL_LIBTEST_JSON : 1
You can’t perform that action at this time.
0 commit comments