making linters happy
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
This commit is contained in:
@@ -362,11 +362,11 @@ impl Drop for TestContext {
|
||||
let test_packs_dir = self.test_packs_dir.clone();
|
||||
|
||||
// Spawn cleanup task in background
|
||||
let _ = tokio::spawn(async move {
|
||||
drop(tokio::spawn(async move {
|
||||
if let Err(e) = cleanup_test_schema(&schema).await {
|
||||
eprintln!("Failed to cleanup test schema {}: {}", schema, e);
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
||||
// Cleanup the test packs directory synchronously
|
||||
let _ = std::fs::remove_dir_all(&test_packs_dir);
|
||||
|
||||
Reference in New Issue
Block a user