mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Replace compiletest suite by doc-tests with compile_fail
compiletest-rs use internal rustc APIs and is broken in today’s Nightly. rustdoc however is maintained with rustc and so much less fragile.
This commit is contained in:
parent
d96f0ff6a7
commit
b1ce298d4b
18 changed files with 266 additions and 239 deletions
|
@ -80,7 +80,6 @@ linux-dev:
|
|||
- ./mach test-tidy --no-progress --all
|
||||
- ./mach test-tidy --no-progress --self-test
|
||||
- env CC=gcc-5 CXX=g++-5 ./mach build --dev
|
||||
- env ./mach test-compiletest
|
||||
- env ./mach test-unit
|
||||
- env ./mach package --dev
|
||||
- env ./mach build-cef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue