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