Skip to content

Commit

Permalink
no fail fast for build
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent fe3d1aa commit 4fa9272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
needs:
- check-format
strategy:
fail-fast: false
matrix:
platform: [ ubuntu-latest, macos-latest, president ]
build_type: [ Debug, Release ]
cxx: [ clang++ ]

runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 4fa9272

Please sign in to comment.