Add --color always

This commit is contained in:
wtfsck 2021-06-24 18:54:54 +02:00
parent f1f81562a4
commit 8ff84b34c0
1 changed files with 2 additions and 2 deletions

View File

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