Skip to content

Commit 5f5c128

Browse files
committed
Add profile for nextest on CI
1 parent 623bcc3 commit 5f5c128

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.config/nextest.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[profile.ci]
2+
fail-fast = false
3+
4+
[profile.ci.junit]
5+
path = "junit.xml"

0 commit comments

Comments
 (0)