CI: add color to the test output
This commit is contained in:
parent
b1e8663ba9
commit
f0ac63cd96
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user