Run mach test-tidy --no-wpt checks with Python3 in CI

This commit is contained in:
marmeladema 2019-12-10 23:59:00 +00:00
parent 7b5fabe855
commit 0032b3cdd1

View file

@ -205,6 +205,7 @@ def linux_tidy_unit():
.with_treeherder("Linux x64", "Tidy+Unit")
.with_script("""
./mach test-tidy --no-progress --all
python3 ./mach test-tidy --no-progress --all --no-wpt
python3 ./mach build --dev
python3 ./mach test-unit
python3 ./mach package --dev