We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 292e143 + 265b01d commit bea3d53Copy full SHA for bea3d53
.config/nextest.toml
@@ -1,14 +1,2 @@
1
-[test-groups]
2
-database = { max-threads = 1 }
3
-
4
[profile.default]
5
retries = 1
6
7
-# sqlx has a problem with nextest, as it uses a process-local semaphore to have
8
-# tests use different databases. This doesn't work with nextest, as it has a
9
-# process-per-test model, which is why we need to make sure only one test uses
10
-# the database at a time.
11
-# See https://github.com/launchbadge/sqlx/pull/3334
12
-[[profile.default.overrides]]
13
-filter = 'package(mas-handlers) or package(mas-storage-pg)'
14
-test-group = 'database'
0 commit comments