File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
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 --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 }} --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
@@ -214,7 +214,7 @@ jobs:
214
214
- name : tests
215
215
run : |
216
216
mkdir -p output
217
- cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --target ${{ matrix.target }} --run-ignored ${{ inputs.flaky && 'all' || 'default' }} --no-fail-fast --message-format ${{ inputs.flaky && 'libtest-json' || 'human' }} > output/${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
217
+ cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --profile ci -- target ${{ matrix.target }} --run-ignored ${{ inputs.flaky && 'all' || 'default' }} --no-fail-fast --message-format ${{ inputs.flaky && 'libtest-json' || 'human' }} > output/${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
218
218
env :
219
219
RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG'}}
220
220
NEXTEST_EXPERIMENTAL_LIBTEST_JSON : 1
You can’t perform that action at this time.
0 commit comments