mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
update readme with release build mention
This commit is contained in:
parent
55769b2fbf
commit
e0d82556f7
1 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,15 @@ to run all the DOM tests.
|
|||
There are also a large number of command line options accepted by the
|
||||
test harness; these are documented by running with `--help`.
|
||||
|
||||
Running all tests
|
||||
------------------------------
|
||||
|
||||
Running all the WPT tests with debug mode results in a lot of timeout.
|
||||
If one wants to run all the tests,
|
||||
build with `mach build -r`
|
||||
and
|
||||
test with `mach test-wpt --release`
|
||||
|
||||
Running the tests without mach
|
||||
------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue