[Fix] Integration test
This commit is contained in:
parent
f4118f28ba
commit
a9842f9e3e
2 changed files with 8 additions and 3 deletions
|
|
@ -24,6 +24,10 @@ log = "0.4"
|
|||
[dev-dependencies]
|
||||
rcgen = "0.14"
|
||||
|
||||
[[test]]
|
||||
name = "integration"
|
||||
required-features = ["host"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
# Enables hosting a MTP server
|
||||
|
|
|
|||
Loading…
Reference in a new issue