We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bdd96 commit c627d40Copy full SHA for c627d40
src/bootstrap/test.rs
@@ -289,8 +289,6 @@ impl Step for Cargo {
289
// Don't run cross-compile tests, we may not have cross-compiled libstd libs
290
// available.
291
cargo.env("CFG_DISABLE_CROSS_TESTS", "1");
292
- // Disable a test that has issues with mingw.
293
- cargo.env("CARGO_TEST_DISABLE_GIT_CLI", "1");
294
// Forcibly disable tests using nightly features since any changes to
295
// those features won't be able to land.
296
cargo.env("CARGO_TEST_DISABLE_NIGHTLY", "1");
0 commit comments