2
0
Fork 0
mirror of https://github.com/agersant/polaris synced 2025-02-23 00:58:28 +00:00

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%