aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-03-17 14:32:44 -0400
committerGitHub <noreply@github.com>2020-03-17 14:32:44 -0400
commitd4ed646abc16a377921f92d86adf79175d17befb (patch)
tree7b70d3b2d2491eab7ddd24e338899dd6a06da08d /etc
parentd30e51b77935c51da776876621753947c91eb45d (diff)
downloadservo-d4ed646abc16a377921f92d86adf79175d17befb.tar.gz
servo-d4ed646abc16a377921f92d86adf79175d17befb.zip
Re-enable windows unit tests.
Diffstat (limited to 'etc')
-rw-r--r--etc/taskcluster/decision_task.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 7a7784292bb..e54387cfb61 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -370,9 +370,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",