Enable env log in peer tests

This commit is contained in:
Max Brunsfeld 2022-06-22 14:41:40 -07:00
parent c0a434fe27
commit a14b626927
3 changed files with 11 additions and 0 deletions

View file

@ -38,3 +38,5 @@ collections = { path = "../collections", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
smol = "1.2.5"
tempdir = "0.3.7"
ctor = "0.1"
env_logger = "0.9"