diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53386da..f2a7fa8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: shell: su --shell /bin/bash user -- -eo pipefail {0} run: | . "$HOME/.cargo/env" - RUST_BACKTRACE=1 cargo test + RUST_BACKTRACE=1 cargo test -- --color always macos: runs-on: macos-latest @@ -99,4 +99,4 @@ jobs: - name: Test shell: bash -eo pipefail {0} run: | - RUST_BACKTRACE=1 cargo test + RUST_BACKTRACE=1 cargo test -- --color always