Skip to content

Commit c21a733

Browse files
committed
remove profile ci
no idea where that is defined
1 parent 71e7829 commit c21a733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
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 }} --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
119119
env:
120120
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
121121
NEXTEST_EXPERIMENTAL_LIBTEST_JSON: 1
@@ -214,7 +214,7 @@ jobs:
214214
- name: tests
215215
run: |
216216
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
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
218218
env:
219219
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
220220
NEXTEST_EXPERIMENTAL_LIBTEST_JSON: 1

0 commit comments

Comments
 (0)