Skip to content

Commit f2ea58e

Browse files
committed
ci: Add nextest config
1 parent 1033336 commit f2ea58e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.config/nextest.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[profile.ci-unit]
2+
failure-output = "immediate"
3+
fail-fast = false
4+
status-level = "all"
5+
slow-timeout = { period = "10s", terminate-after = 4 }
6+
junit.path = "junit.xml"
7+
junit.report-name = "unit"
8+
junit.store-success-output = true
9+
junit.store-failure-output = true

0 commit comments

Comments
 (0)