Skip to content

Commit 54f97e2

Browse files
committed
allow windows reserved names in CI
1 parent 0e3d738 commit 54f97e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/cargo-test-support/src/paths.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,6 @@ pub fn sysroot() -> String {
373373
pub fn windows_reserved_names_are_allowed() -> bool {
374374
use cargo_util::is_ci;
375375

376-
// Ensure tests still run in CI until we need to migrate.
377-
if is_ci() {
378-
return false;
379-
}
380-
381376
use std::ffi::OsStr;
382377
use std::os::windows::ffi::OsStrExt;
383378
use std::ptr;

0 commit comments

Comments
 (0)