We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c9ffd commit 6cd46d0Copy full SHA for 6cd46d0
1 file changed
.config/nextest.toml
@@ -27,9 +27,8 @@ default-filter = 'test(#*eval_version)'
27
# This is all tests in tests/ folder + unit test for --extra-args.
28
default-filter = "kind(test) + test(#*use_extra_args) + test(#*eval_version)"
29
30
-# show log output from each test
31
-success-output = "final"
32
-failure-output = "immediate-final"
+# show log output from each failing test
+failure-output = "final"
33
34
[profile.all]
35
# A profile to run all tests (including tests that run longer than 10 seconds)
0 commit comments