diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-03-17 14:32:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 14:32:44 -0400 |
commit | d4ed646abc16a377921f92d86adf79175d17befb (patch) | |
tree | 7b70d3b2d2491eab7ddd24e338899dd6a06da08d /etc | |
parent | d30e51b77935c51da776876621753947c91eb45d (diff) | |
download | servo-d4ed646abc16a377921f92d86adf79175d17befb.tar.gz servo-d4ed646abc16a377921f92d86adf79175d17befb.zip |
Re-enable windows unit tests.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decision_task.py | 5 |
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", |