Skip to content

Commit 547be54

Browse files
authored
Only list failed tests (#6619)
Makes output easier to parse
1 parent b4a53ae commit 547be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ jobs:
406406

407407
- name: tests
408408
id: test
409-
continue-on-error: true
410409
run: cargo nextest run --all-features --no-fail-fast --target ${{ matrix.target }} --cargo-profile ci-test
411410
env:
412411
RUST_BACKTRACE: 1
412+
NEXTEST_STATUS_LEVEL: leak
413413

414414
- name: Save cargo home cache
415415
if: always() && !cancelled() && steps.cache_cargo_home_restore.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)