ci: serialize live handoff nextest tests

This commit is contained in:
Ogulcan Celik 2026-06-02 23:24:23 +03:00
parent 949140599c
commit 86b5fe01e2
1 changed files with 6 additions and 0 deletions

6
.config/nextest.toml Normal file
View File

@ -0,0 +1,6 @@
[test-groups]
live-handoff = { max-threads = 1 }
[[profile.default.overrides]]
filter = 'binary(live_handoff)'
test-group = 'live-handoff'