Skip to content

Commit

Permalink
ci(test): Don't stop testing together
Browse files Browse the repository at this point in the history
Since each test does different operations.
  • Loading branch information
5ouma committed Feb 21, 2025
1 parent bf243e7 commit 7d3e7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/detail-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
test:
name: ${{ startsWith(matrix.os, 'macOS') && '🍎' || '🐧' }} ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [Ubuntu-Latest, macOS-14]
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
test:
name: ${{ startsWith(matrix.os, 'macOS') && '🍎' || '🐧' }} ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [Ubuntu-Latest, macOS-14]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7d3e7da

Please sign in to comment.