Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Nov 21, 2024
1 parent 08e429e commit fc30a49
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,54 +216,54 @@ auto:
env:
SCRIPT: >
python3 ../x.py --stage 2 test
tests/ui
tests/rustdoc
tests/run-make
tests/rustdoc-ui
tests/ui-fulldeps
tests/rustdoc
tests/ui
tests/rustdoc
tests/run-make
tests/rustdoc-ui
tests/ui-fulldeps
tests/rustdoc
<<: *job-linux-4c

- image: i686-gnu-2
env:
SCRIPT: >
python3 ../x.py --stage 2 test
--skip tests/ui
--skip tests/rustdoc
--skip tests/run-make
--skip tests/rustdoc-ui
--skip tests/ui-fulldeps
--skip tests/rustdoc
--skip src/bootstrap
--skip tests/rustdoc-js
--skip src/tools/error_index_generator
--skip src/tools/linkchecker
--skip tests/ui
--skip tests/rustdoc
--skip tests/run-make
--skip tests/rustdoc-ui
--skip tests/ui-fulldeps
--skip tests/rustdoc
--skip src/bootstrap
--skip tests/rustdoc-js
--skip src/tools/error_index_generator
--skip src/tools/linkchecker
<<: *job-linux-4c

- image: i686-gnu-nopt-1
env:
SCRIPT: >
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
python3 ../x.py --stage 2 test
tests/ui
tests/rustdoc
tests/run-make
tests/rustdoc-ui
tests/ui-fulldeps
tests/rustdoc
tests/ui
tests/rustdoc
tests/run-make
tests/rustdoc-ui
tests/ui-fulldeps
tests/rustdoc
<<: *job-linux-4c

- image: i686-gnu-nopt-2
env:
SCRIPT: >
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
python3 ../x.py --stage 2 test
--skip tests/ui
--skip tests/rustdoc
--skip tests/run-make
--skip tests/rustdoc-ui
--skip tests/ui-fulldeps
--skip tests/rustdoc
--skip tests/ui
--skip tests/rustdoc
--skip tests/run-make
--skip tests/rustdoc-ui
--skip tests/ui-fulldeps
--skip tests/rustdoc
<<: *job-linux-4c

- image: mingw-check
Expand Down

0 comments on commit fc30a49

Please sign in to comment.