From 894764ecb04f9c456b9ebda77d155bf6128e2175 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 23:39:59 +0900 Subject: test(cli): serialize cli_tests via serial_test Replace the hand-rolled `SERIAL` mutex guarding process-global env access with serial_test's `#[serial]` attribute on each test. Co-Authored-By: Claude Opus 4.8 --- crates/shirabe/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/Cargo.toml') diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 7b95ae5..1176165 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -22,6 +22,7 @@ tokio.workspace = true url.workspace = true [dev-dependencies] +serial_test.workspace = true tempfile.workspace = true [lints] -- cgit v1.3.1