diff options
Diffstat (limited to 'crates/shirabe/src/lib.rs')
| -rw-r--r-- | crates/shirabe/src/lib.rs | 4 |
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", |
