Skip to content

Commit

Permalink
disable color for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Oct 20, 2024
1 parent 113c8c6 commit 8af840d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Env Variables
run: echo "{RUST_BACKTRACE}={full}" >> "$GITHUB_ENV"

- name: Cargo Test
run: |
echo "{RUST_BACKTRACE}={full}" >> "$GITHUB_ENV"
cargo test --verbose
run: cargo test --verbose --color never

0 comments on commit 8af840d

Please sign in to comment.