tests: Test 'db' package sequentially (#2654)

Piotr Osiewicz created

/cc @as-cii  @nathansobo  

Release Notes:

- N/A

Change summary

.config/nextest.toml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

.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'