From 86b5fe01e26d8592a3d8eb4fcebaeef55186fa93 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Tue, 2 Jun 2026 23:24:23 +0300 Subject: [PATCH] ci: serialize live handoff nextest tests --- .config/nextest.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/nextest.toml diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 00000000..7f8738bc --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1,6 @@ +[test-groups] +live-handoff = { max-threads = 1 } + +[[profile.default.overrides]] +filter = 'binary(live_handoff)' +test-group = 'live-handoff'