aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-22 23:39:59 +0900
committernsfisis <nsfisis@gmail.com>2026-06-22 23:43:18 +0900
commit894764ecb04f9c456b9ebda77d155bf6128e2175 (patch)
tree5bd69c0e127bc257513c02a13541d876d722a931 /crates/shirabe/Cargo.toml
parent3b783e97a9aac366a7d6e26059961ba53d5e8b20 (diff)
downloadphp-shirabe-894764ecb04f9c456b9ebda77d155bf6128e2175.tar.gz
php-shirabe-894764ecb04f9c456b9ebda77d155bf6128e2175.tar.zst
php-shirabe-894764ecb04f9c456b9ebda77d155bf6128e2175.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/Cargo.toml')
-rw-r--r--crates/shirabe/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]