mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Run test-tidy
sooner for pull requests
This lets the builder fail sooner when there is an issue with the style.
This commit is contained in:
parent
eb5c79243f
commit
37e0b6feb8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
@ -19,11 +19,11 @@ jobs:
|
||||||
run: python3 -m pip install --upgrade pip virtualenv
|
run: python3 -m pip install --upgrade pip virtualenv
|
||||||
- name: Bootstrap dependencies
|
- name: Bootstrap dependencies
|
||||||
run: sudo apt update && python3 ./mach bootstrap
|
run: sudo apt update && python3 ./mach bootstrap
|
||||||
|
- name: Tidy
|
||||||
|
run: python3 ./mach test-tidy --no-progress --all
|
||||||
- name: Release build
|
- name: Release build
|
||||||
run: python3 ./mach build --release
|
run: python3 ./mach build --release
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: python3 ./mach test-unit --release
|
run: python3 ./mach test-unit --release
|
||||||
- name: Tidy
|
|
||||||
run: python3 ./mach test-tidy --no-progress --all
|
|
||||||
- name: Lockfile check
|
- name: Lockfile check
|
||||||
run: ./etc/ci/lockfile_changed.sh
|
run: ./etc/ci/lockfile_changed.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue