From 1cb51f49be509cdba44a0d85c66674192c3d1870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 19 Jun 2025 11:01:23 +0200 Subject: [PATCH] ci: Store successful test results in the JUnit file as well This is useful to detect which tests might be the slowest. --- .config/nextest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 6e38f9154..8216401b9 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -10,3 +10,4 @@ slow-timeout = { period = "60s", terminate-after = 3 } [profile.ci.junit] path = "junit.xml" +store-success-output = true