From 4c36ba1f7806970611ec731e3c83732e9d53844e Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 24 Oct 2017 14:56:44 +0200 Subject: [PATCH] Run 'test-stylo' on Windows CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exercise the previous commit’s fix. This used to fail to link: https://github.com/rust-lang/rust/pull/44603#issuecomment-338807312 --- etc/ci/buildbot_steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index c8a23190975..7755b737941 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -146,6 +146,7 @@ windows-msvc-dev: - mach.bat test-unit - mach.bat package --dev - mach.bat build-geckolib + - mach.bat test-stylo windows-msvc-nightly: - mach.bat clean-nightlies --keep 3 --force