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'