CI: add color to the test output

This commit is contained in:
Jordan Petridis 2019-01-21 02:46:30 +02:00
parent b1e8663ba9
commit f0ac63cd96
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -35,7 +35,7 @@ flatpak:
--env=CARGO_HOME="target/cargo-home" \
--env=CARGO_TARGET_DIR="target_test/" \
app ${MANIFEST_PATH} \
cargo test -j 1 -- --test-threads=1
cargo test --color=always -j 1 -- --test-threads=1
# Create a flatpak bundle
- flatpak-builder --finish-only app ${MANIFEST_PATH}