We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d5a68 commit 94c6d70Copy full SHA for 94c6d70
tests/tools/src/lib.rs
@@ -638,7 +638,7 @@ fn should_skip_all_archive_creation() -> bool {
638
// in the directory than they should which makes them fail. It's probably a bad idea to generate archives on Windows
639
// anyway. Either Unix is portable OR no archive is created anywhere. This also means that Windows users can't create
640
// archives, but that's not a deal-breaker.
641
- cfg!(windows) || (is_ci::cached() && !env::var_os("GIX_TEST_CREATE_ARCHIVES_EVEN_ON_CI").is_some())
+ cfg!(windows) || (is_ci::cached() && env::var_os("GIX_TEST_CREATE_ARCHIVES_EVEN_ON_CI").is_none())
642
}
643
644
fn is_lfs_pointer_file(path: &Path) -> bool {
0 commit comments