File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,9 @@ matrix:
4747 include :
4848 # Builds that are executed for every PR
4949 - os : osx # run base tests on both platforms
50- env : BASE_TESTS=true
5150 - os : linux
52- env : BASE_TESTS=true
5351 - os : windows
54- env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
52+ env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
5553
5654 # Builds that are only executed when a PR is r+ed or a try build is started
5755 # We don't want to run these always because they go towards
@@ -89,7 +87,7 @@ matrix:
8987 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9088 allow_failures :
9189 - os : windows
92- env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
90+ env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
9391
9492before_script :
9593 - |
You can’t perform that action at this time.
0 commit comments