mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
This patch updates `linux.yml`, `mac.yml`, and `windows.yml` to run the devtools test suite (https://github.com/servo/servo/issues/36325). Testing: this patch effectively adds all devtools tests to CI Fixes: https://github.com/servo/servo/issues/36325 Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
965e87d006
commit
268a0eeb2d
3 changed files with 9 additions and 0 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -194,6 +194,9 @@ jobs:
|
|||
timeout_minutes: 20
|
||||
max_attempts: 2 # https://github.com/servo/servo/issues/30683
|
||||
command: ./mach test-unit --${{ inputs.profile }}
|
||||
- name: Devtools tests
|
||||
if: ${{ inputs.unit-tests }}
|
||||
run: ./mach test-devtools --${{ inputs.profile }}
|
||||
- name: Archive build timing
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue