mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Matrix in CI and mach try
with presets (#31141)
* Matrix in CI and mach try with presets * small fixups * names in trigger try run comment * let * f * rename step * fix running try on win * fix try branch full * py3.10 * typo * Make unit-tests default to false, except in basic os runs Fixes https://github.com/servo/servo/issues/31174 * make full use linux-wpt & linux-wpt also include unit-tests so full is equal to main workflow * Stylish fixes * cmp json as dict
This commit is contained in:
parent
266a082206
commit
a5c512808a
9 changed files with 582 additions and 322 deletions
|
@ -244,6 +244,10 @@ class MachCommands(CommandBase):
|
|||
print("Running tidy tests...")
|
||||
passed = tidy.run_tests() and passed
|
||||
|
||||
import python.servo.try_parser as try_parser
|
||||
print("Running try_parser tests...")
|
||||
passed = try_parser.run_tests() and passed
|
||||
|
||||
print("Running WPT tests...")
|
||||
passed = wpt.run_tests() and passed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue