zed/.config/nextest.toml

7 lines
145 B
TOML
Raw Normal View History

[test-groups]
sequential-db-tests = { max-threads = 1 }
[[profile.default.overrides]]
filter = 'package(db)'
test-group = 'sequential-db-tests'