Build UI code on CI

This commit is contained in:
Antoine Gersant 2017-07-06 23:05:57 -07:00
parent 1900fc3c37
commit 58a083aec1

View file

@ -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%