mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move lockfile check after builds complete.
This commit is contained in:
parent
f9dac85dfc
commit
39f98a0476
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@ matrix:
|
|||
- ./mach test-tidy --no-progress --all
|
||||
- ./mach test-tidy --no-progress --self-test
|
||||
- bash etc/ci/check_no_panic.sh
|
||||
- bash etc/ci/lockfile_changed.sh
|
||||
- bash etc/ci/manifest_changed.sh
|
||||
cache: false
|
||||
- sudo: 9000
|
||||
|
@ -20,6 +19,7 @@ matrix:
|
|||
- ./mach clean
|
||||
- ./mach build-geckolib
|
||||
- ./mach test-stylo
|
||||
- bash etc/ci/lockfile_changed.sh
|
||||
cache:
|
||||
directories:
|
||||
- .cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue