feat(test): add junit report

- add nextest.toml for generating junit report
This commit is contained in:
Jeremiah Russell
2025-10-20 12:36:06 +01:00
committed by Jeremiah Russell
parent 9a2e6e1dd0
commit aa342eab49

2
nextest.toml Normal file
View File

@@ -0,0 +1,2 @@
[profile.ci.junit] # this can be some other profile, too
path = "junit.xml"