File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,8 @@ auto:
225225 --skip compiler
226226 --skip library
227227 --skip tidyselftest
228+ --skip coverage-map
229+ --skip coverage-run
228230
229231 --skip src/bootstrap
230232 --skip tests/rustdoc-js
@@ -240,8 +242,6 @@ auto:
240242 python3 ../x.py --stage 2 test
241243 --skip tests
242244 --skip src
243- --skip coverage-map
244- --skip coverage-run
245245 << : *job-linux-4c
246246
247247 # The i686-gnu-nopt job is split into multiple jobs to run tests in parallel.
@@ -255,6 +255,8 @@ auto:
255255 --skip compiler
256256 --skip library
257257 --skip tidyselftest
258+ --skip coverage-map
259+ --skip coverage-run
258260 << : *job-linux-4c
259261
260262 # Skip tests that run in i686-gnu-nopt-1
@@ -265,8 +267,6 @@ auto:
265267 python3 ../x.py --stage 2 test
266268 --skip tests
267269 --skip src
268- --skip coverage-map
269- --skip coverage-run
270270 << : *job-linux-4c
271271
272272 - image : mingw-check
You can’t perform that action at this time.
0 commit comments