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:
47
47
include :
48
48
# Builds that are executed for every PR
49
49
- os : osx # run base tests on both platforms
50
- env : BASE_TESTS=true
51
50
- os : linux
52
- env : BASE_TESTS=true
53
51
- os : windows
54
- env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
52
+ env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
55
53
56
54
# Builds that are only executed when a PR is r+ed or a try build is started
57
55
# We don't want to run these always because they go towards
@@ -89,7 +87,7 @@ matrix:
89
87
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
90
88
allow_failures :
91
89
- os : windows
92
- env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
90
+ env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
93
91
94
92
before_script :
95
93
- |
You can’t perform that action at this time.
0 commit comments