mirror of https://github.com/icedland/iced.git
Add --color always
This commit is contained in:
parent
f1f81562a4
commit
8ff84b34c0
|
@ -186,8 +186,8 @@ build_test_current_version() {
|
|||
cargo test --color always --release
|
||||
|
||||
# Make sure the two read-mem methods behave the same
|
||||
echo "==== TEST RELEASE: std decoder __internal_mem_vsib ===="
|
||||
cargo test --no-default-features --features "std decoder __internal_mem_vsib" --tests
|
||||
echo "==== TEST DEBUG: std decoder __internal_mem_vsib ===="
|
||||
cargo test --color always --no-default-features --features "std decoder __internal_mem_vsib" --tests
|
||||
|
||||
echo "==== TEST DEBUG ===="
|
||||
cargo test --color always --tests
|
||||
|
|
Loading…
Reference in New Issue