Commit bf9944f
committed
Auto merge of rust-lang#159992 - Kobzol:no-test-in-i586, r=jieyouxu
Do not run tests in `dist` jobs
We found out in rust-lang#159455 that some dist jobs run tests, but this seems as a historical artifact (going way back to <2020).
These targets are tier 2 or tier 3 anyway, and shouldn't run tests, much less so in `dist` jobs.
r? @jieyouxu2 files changed
Lines changed: 2 additions & 4 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
| |||
0 commit comments