1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Cargo.toml: add "expensive_tests" feature

This commit is contained in:
Daniel Hofstetter 2024-06-26 15:36:41 +02:00
parent 92665144c9
commit b0716baeae

View file

@ -30,6 +30,7 @@ windows = ["feat_os_windows"]
## project-specific feature shortcodes ## project-specific feature shortcodes
nightly = [] nightly = []
test_unimplemented = [] test_unimplemented = []
expensive_tests = []
# * only build `uudoc` when `--feature uudoc` is activated # * only build `uudoc` when `--feature uudoc` is activated
uudoc = ["zip", "dep:uuhelp_parser"] uudoc = ["zip", "dep:uuhelp_parser"]
## features ## features