Skip to content

Commit d55b3ad

Browse files
committed
try to run just the test in question
1 parent c6b3a5f commit d55b3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: run tests
116116
run: |
117117
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
119119
env:
120120
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
121121
NEXTEST_EXPERIMENTAL_LIBTEST_JSON: 1

0 commit comments

Comments
 (0)