Skip to content

Commit

Permalink
chore(ci): do not fail fast on test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Feb 21, 2024
1 parent 4932306 commit 4c70578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cargo_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ concurrency:
jobs:
cargo-builds:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, m1mac]
fail-fast: false

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, m1mac]
fail-fast: false
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

Expand Down

0 comments on commit 4c70578

Please sign in to comment.