mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
Cargo.toml: add "expensive_tests" feature
This commit is contained in:
parent
92665144c9
commit
b0716baeae
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue