1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #6498 from cakebaker/cargo_expensive_tests_feature

Cargo.toml: add "expensive_tests" feature
This commit is contained in:
Sylvestre Ledru 2024-06-28 11:27:27 +02:00 committed by GitHub
commit 371ba28db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,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