aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/lib.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-26 02:01:58 +0900
committernsfisis <nsfisis@gmail.com>2026-06-26 02:01:58 +0900
commit2fe6c2c7eaf5cc99b14e21a63de0a813dd228b94 (patch)
treeb519d0ed58aced3bfb7666632702916024a893df /crates/shirabe/src/lib.rs
parent4b393cba0fd8dfd62a11aa809a59aa736b800c26 (diff)
downloadphp-shirabe-2fe6c2c7eaf5cc99b14e21a63de0a813dd228b94.tar.gz
php-shirabe-2fe6c2c7eaf5cc99b14e21a63de0a813dd228b94.tar.zst
php-shirabe-2fe6c2c7eaf5cc99b14e21a63de0a813dd228b94.zip
test(cli): un-ignore archive/browse/clear-cache/init smoke tests
These no-longer-panic after the table/command chokepoint fixes; diagnose and require still panic and stay ignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/lib.rs')
-rw-r--r--crates/shirabe/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/src/lib.rs b/crates/shirabe/src/lib.rs
index 9182cbe..2de7f29 100644
--- a/crates/shirabe/src/lib.rs
+++ b/crates/shirabe/src/lib.rs
@@ -171,14 +171,11 @@ mod cli_tests {
run_no_panic_tests! {
run_about => "about",
- #[ignore = "currently panics"]
run_archive => "archive",
run_audit => "audit",
- #[ignore = "currently panics"]
run_browse => "browse",
run_bump => "bump",
run_check_platform_reqs => "check-platform-reqs",
- #[ignore = "currently panics"]
run_clear_cache => "clear-cache",
run_config => "config",
run_create_project => "create-project",
@@ -189,7 +186,6 @@ mod cli_tests {
run_exec => "exec",
run_fund => "fund",
run_global => "global",
- #[ignore = "currently panics"]
run_init => "init",
run_install => "install",
run_licenses => "licenses",