mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 03:15:48 -06:00
13 lines
207 B
TOML
13 lines
207 B
TOML
[profile.default]
|
|
fail-fast = false
|
|
|
|
[profile.coverage]
|
|
status-level = "none"
|
|
|
|
[[profile.default.overrides]]
|
|
filter = 'test(pacman::game::)'
|
|
test-group = 'serial'
|
|
|
|
[test-groups]
|
|
serial = { max-threads = 1 }
|