Skip to content

Commit 4adcdfc

Browse files
committed
remove tabs
1 parent 3973872 commit 4adcdfc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ auto:
217217
SCRIPT: >
218218
python3 ../x.py --stage 2 test
219219
tests/ui
220-
tests/rustdoc
221-
tests/run-make
222-
tests/rustdoc-ui
223-
tests/ui-fulldeps
220+
tests/rustdoc
221+
tests/run-make
222+
tests/rustdoc-ui
223+
tests/ui-fulldeps
224224
tests/rustdoc
225225
<<: *job-linux-4c
226226

@@ -229,10 +229,10 @@ auto:
229229
SCRIPT: >
230230
python3 ../x.py --stage 2 test
231231
--skip tests/ui
232-
--skip tests/rustdoc
233-
--skip tests/run-make
234-
--skip tests/rustdoc-ui
235-
--skip tests/ui-fulldeps
232+
--skip tests/rustdoc
233+
--skip tests/run-make
234+
--skip tests/rustdoc-ui
235+
--skip tests/ui-fulldeps
236236
--skip tests/rustdoc
237237
--skip src/bootstrap
238238
--skip tests/rustdoc-js
@@ -246,10 +246,10 @@ auto:
246246
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
247247
python3 ../x.py --stage 2 test
248248
tests/ui
249-
tests/rustdoc
250-
tests/run-make
251-
tests/rustdoc-ui
252-
tests/ui-fulldeps
249+
tests/rustdoc
250+
tests/run-make
251+
tests/rustdoc-ui
252+
tests/ui-fulldeps
253253
tests/rustdoc
254254
<<: *job-linux-4c
255255

@@ -259,10 +259,10 @@ auto:
259259
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
260260
python3 ../x.py --stage 2 test
261261
--skip tests/ui
262-
--skip tests/rustdoc
263-
--skip tests/run-make
264-
--skip tests/rustdoc-ui
265-
--skip tests/ui-fulldeps
262+
--skip tests/rustdoc
263+
--skip tests/run-make
264+
--skip tests/rustdoc-ui
265+
--skip tests/ui-fulldeps
266266
--skip tests/rustdoc
267267
<<: *job-linux-4c
268268

0 commit comments

Comments
 (0)