@@ -198,32 +198,32 @@ jobs:
198
198
# }
199
199
# }
200
200
201
- - name : Install sccache
202
- uses :
mozilla-actions/[email protected]
201
+ # - name: Install sccache
202
+ # uses: mozilla-actions/[email protected]
203
203
204
204
# - uses: msys2/setup-msys2@v2
205
205
206
- - name : build tests
207
- run : |
208
- cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --target ${{ matrix.target }} --no-run
206
+ # - name: build tests
207
+ # run: |
208
+ # cargo nextest run --workspace ${{ env.FEATURES }} --lib --bins --tests --target ${{ matrix.target }} --no-run
209
209
210
- - name : list ignored tests
211
- run : |
212
- cargo nextest list --workspace ${{ env.FEATURES }} --lib --bins --tests --target ${{ matrix.target }} --run-ignored ignored-only
210
+ # - name: list ignored tests
211
+ # run: |
212
+ # cargo nextest list --workspace ${{ env.FEATURES }} --lib --bins --tests --target ${{ matrix.target }} --run-ignored ignored-only
213
213
214
- - name : tests
215
- run : |
216
- mkdir -p output
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
- env :
219
- RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG'}}
220
- NEXTEST_EXPERIMENTAL_LIBTEST_JSON : 1
214
+ # - name: tests
215
+ # run: |
216
+ # mkdir -p output
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
+ # env:
219
+ # RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
220
+ # NEXTEST_EXPERIMENTAL_LIBTEST_JSON: 1
221
221
222
- - name : upload results
223
- if : ${{ failure() && inputs.flaky }}
224
- uses : actions/upload-artifact@v4
225
- with :
226
- name : libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
227
- path : output
228
- retention-days : 1
229
- compression-level : 0
222
+ # - name: upload results
223
+ # if: ${{ failure() && inputs.flaky }}
224
+ # uses: actions/upload-artifact@v4
225
+ # with:
226
+ # name: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
227
+ # path: output
228
+ # retention-days: 1
229
+ # compression-level: 0
0 commit comments