.config/nextest.toml 🔗
@@ -0,0 +1,6 @@
+[test-groups]
+sequential-db-tests = { max-threads = 1 }
+
+[[profile.default.overrides]]
+filter = 'package(db)'
+test-group = 'sequential-db-tests'
Piotr Osiewicz created
/cc @as-cii @nathansobo
Release Notes:
- N/A
.config/nextest.toml | 6 ++++++
1 file changed, 6 insertions(+)
@@ -0,0 +1,6 @@
+[test-groups]
+sequential-db-tests = { max-threads = 1 }
+
+[[profile.default.overrides]]
+filter = 'package(db)'
+test-group = 'sequential-db-tests'