Skip to content

Commit 6c7412a

Browse files
authored
Merge pull request #21933 from Wilfred/logging_in_slow_tests
internal: Ensure tracing is configured in slow tests
2 parents e5023ba + 4f39eea commit 6c7412a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/rust-analyzer/tests/slow-tests/support.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ impl Project<'_> {
173173
chalk_filter: std::env::var("CHALK_DEBUG").ok(),
174174
profile_filter: std::env::var("RA_PROFILE").ok(),
175175
json_profile_filter: std::env::var("RA_PROFILE_JSON").ok(),
176-
};
176+
}
177+
.init();
177178
});
178179

179180
let FixtureWithProjectMeta {

0 commit comments

Comments
 (0)