mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01: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:
|
script:
|
||||||
- ./mach build -d --verbose
|
- ./mach build -d --verbose
|
||||||
- ./mach test-compiletest
|
- ./mach test-compiletest
|
||||||
# disabled due to #15076
|
- ./mach test-unit
|
||||||
#- ./mach test-unit
|
|
||||||
# disabled due to #14723
|
# disabled due to #14723
|
||||||
#- ./mach build-geckolib
|
#- ./mach build-geckolib
|
||||||
#- ./mach test-stylo
|
#- ./mach test-stylo
|
||||||
- bash etc/ci/check_no_panic.sh
|
- bash etc/ci/check_no_panic.sh
|
||||||
- bash etc/ci/lockfile_changed.sh
|
- bash etc/ci/lockfile_changed.sh
|
||||||
- bash etc/ci/manifest_changed.sh
|
- bash etc/ci/manifest_changed.sh
|
||||||
- ./mach cargo test -p selectors
|
|
||||||
- ./mach test-unit -p style
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .cargo
|
- .cargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue