fix: use serial single-thread testing for game integration tests

This commit is contained in:
Ryan Walters
2025-09-06 14:54:03 -05:00
parent ca17984d98
commit fff44faa05
4 changed files with 13 additions and 2 deletions

View File

@@ -3,3 +3,10 @@ fail-fast = false
[profile.coverage]
status-level = "none"
[[profile.default.overrides]]
filter = 'test(pacman::game::)'
test-group = 'serial'
[test-groups]
serial = { max-threads = 1 }