mirror of
https://github.com/rust-lang/log.git
synced 2025-09-28 13:30:27 +00:00
Move max_level_features project out of tests to avoid warning
fixes: #270
This commit is contained in:
parent
d9f8141a39
commit
9b48836440
@ -12,8 +12,8 @@ script:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose --features serde
|
||||
- cargo test --verbose --features std
|
||||
- cargo run --verbose --manifest-path tests/max_level_features/Cargo.toml
|
||||
- cargo run --verbose --manifest-path tests/max_level_features/Cargo.toml --release
|
||||
- cargo run --verbose --manifest-path test_max_level_features/Cargo.toml
|
||||
- cargo run --verbose --manifest-path test_max_level_features/Cargo.toml --release
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -4,9 +4,9 @@ version = "0.1.0"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "max_level_features"
|
||||
name = "test_max_level_features"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies.log]
|
||||
path = "../.."
|
||||
path = ".."
|
||||
features = ["max_level_debug", "release_max_level_info"]
|
Loading…
x
Reference in New Issue
Block a user