mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 15:18:16 +00:00
ci: enable to pass test failed in CI
This commit is contained in:
parent
ab33121fc5
commit
f2e2116683
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ mod tests {
|
|||
fn test_clean_old_logs() {
|
||||
let home_dir = dirs::home_dir().unwrap();
|
||||
let log_dir = home_dir.join(".config/testing_language_server/logs");
|
||||
std::fs::create_dir_all(&log_dir).unwrap();
|
||||
|
||||
// Create test log files
|
||||
let old_file = log_dir.join("prefix.log.2023-01-01");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue