Skip to content

Commit

Permalink
Use cargo test -- --color always in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Jun 23, 2024
1 parent 6caeacf commit 1ab7656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1ab7656

Please sign in to comment.