mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-21 22:47:55 +01:00
Make cargo test --tests
only run integration tests
This commit is contained in:
parent
ce204b9bc1
commit
f1c726f672
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -881,13 +881,6 @@ version = "0.3.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "dummy"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"sdk",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "either"
|
name = "either"
|
||||||
version = "1.6.1"
|
version = "1.6.1"
|
||||||
|
@ -19,10 +19,14 @@ lto = "thin"
|
|||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "bffhd/lib.rs"
|
path = "bffhd/lib.rs"
|
||||||
|
# Don't run unit tests on `cargo test --tests`, only run integration tests.
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "bffhd"
|
name = "bffhd"
|
||||||
path = "bin/bffhd/main.rs"
|
path = "bin/bffhd/main.rs"
|
||||||
|
# Don't run unit tests on `cargo test --tests`, only run integration tests.
|
||||||
|
test = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.101"
|
libc = "0.2.101"
|
||||||
|
Loading…
Reference in New Issue
Block a user