Share remote::Client between tests when in cargo-test

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-12 19:47:59 +10:00
parent 2feac66e14
commit ec279cd1d5
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
3 changed files with 17 additions and 8 deletions
crates/binstalk-git-repo-api

View file

@ -26,3 +26,4 @@ url = "2.3.1"
[dev-dependencies]
binstalk-downloader = { version = "0.11.1", path = "../binstalk-downloader" }
tracing-subscriber = "0.3"
once_cell = "1"