ci: Store successful test results in the JUnit file as well

This is useful to detect which tests might be the slowest.
This commit is contained in:
Damir Jelić
2025-06-19 11:01:23 +02:00
parent fea0e0d373
commit 1cb51f49be
+1
View File
@@ -10,3 +10,4 @@ slow-timeout = { period = "60s", terminate-after = 3 }
[profile.ci.junit]
path = "junit.xml"
store-success-output = true