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 d906318a13
2 changed files with 11 additions and 0 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 }

4
.gitignore vendored
View File

@@ -20,3 +20,7 @@ coverage.html
# Profiling output
flamegraph.svg
/profile.*
# temporary
assets/game/sound/*.wav
/*.py