Skip to content

Commit e4cc7f0

Browse files
committed
ci: be tolerant for flaky tests (caused by sqlx race condition)
1 parent 9eb8faa commit e4cc7f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.config/nextest.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ db-required = { max-threads = 2 }
33

44
[[profile.default.overrides]]
55
filter = 'test(db_required::)'
6-
test-group = 'db-required'
6+
test-group = 'db-required'
7+
retries = 2

0 commit comments

Comments
 (0)