Skip to content

Commit

Permalink
👷 Add CARGO_TERM_COLOR environment variable and update matrix for car…
Browse files Browse the repository at this point in the history
…go_test job
  • Loading branch information
MathieuSoysal authored Feb 17, 2024
1 parent 9cc4509 commit 500f6b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
MOLD_VERSION: 2.4.0
CARGO_TERM_COLOR: always

jobs:

Expand Down Expand Up @@ -46,8 +47,12 @@ jobs:
run: cargo clippy

cargo_test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
name: Cargo Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 500f6b7

Please sign in to comment.