From b0716baeae07ea83860bf6018d6e1ff46fc63c8e Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 26 Jun 2024 15:36:41 +0200 Subject: [PATCH] Cargo.toml: add "expensive_tests" feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index aa6b4424d0c..af1844a97f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ windows = ["feat_os_windows"] ## project-specific feature shortcodes nightly = [] test_unimplemented = [] +expensive_tests = [] # * only build `uudoc` when `--feature uudoc` is activated uudoc = ["zip", "dep:uuhelp_parser"] ## features