mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Try to re-enable unit tests on travis-ci
This commit is contained in:
parent
34d33574db
commit
be645794a6
1 changed files with 1 additions and 4 deletions
|
@ -13,16 +13,13 @@ matrix:
|
|||
script:
|
||||
- ./mach build -d --verbose
|
||||
- ./mach test-compiletest
|
||||
# disabled due to #15076
|
||||
#- ./mach test-unit
|
||||
- ./mach test-unit
|
||||
# disabled due to #14723
|
||||
#- ./mach build-geckolib
|
||||
#- ./mach test-stylo
|
||||
- bash etc/ci/check_no_panic.sh
|
||||
- bash etc/ci/lockfile_changed.sh
|
||||
- bash etc/ci/manifest_changed.sh
|
||||
- ./mach cargo test -p selectors
|
||||
- ./mach test-unit -p style
|
||||
cache:
|
||||
directories:
|
||||
- .cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue