Skip to content

Commit 6cd46d0

Browse files
committed
reduce test job's output in CI logs
We don't need to see all logs for passing tests
1 parent c8c9ffd commit 6cd46d0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.config/nextest.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ default-filter = 'test(#*eval_version)'
2727
# This is all tests in tests/ folder + unit test for --extra-args.
2828
default-filter = "kind(test) + test(#*use_extra_args) + test(#*eval_version)"
2929

30-
# show log output from each test
31-
success-output = "final"
32-
failure-output = "immediate-final"
30+
# show log output from each failing test
31+
failure-output = "final"
3332

3433
[profile.all]
3534
# A profile to run all tests (including tests that run longer than 10 seconds)

0 commit comments

Comments
 (0)