From 58a083aec17699da4812cf3f6f25e6c82cb225f3 Mon Sep 17 00:00:00 2001 From: Antoine Gersant <antoine.gersant@lesforges.org> Date: Thu, 6 Jul 2017 23:05:57 -0700 Subject: [PATCH] Build UI code on CI --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e659767..23fc969 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,4 +84,4 @@ build: false #directly or perform other testing commands. Rust will automatically be placed in the PATH # environment variable. test_script: - - cargo test --verbose %cargoflags% + - cargo test --features "ui" --verbose %cargoflags%