Auto merge of #25980 - servo:jdm-patch-44, r=paulrouget

Enable windows unit tests

Fixes #25961.
This commit is contained in:
bors-servo 2020-03-20 10:33:45 -04:00 committed by GitHub
commit 7ef4c65ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -354,9 +354,8 @@ def windows_unit(cached=True):
"mach build --dev",
# https://github.com/servo/servo/issues/25961
#"mach test-unit",
#"mach smoketest --angle",
"mach test-unit",
"mach smoketest --angle",
"mach package --dev",
"mach build --dev --libsimpleservo",