Skip to content

Commit

Permalink
Force CI to never cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed Jul 5, 2024
1 parent 7393a24 commit fd70aa4
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 @@ -8,6 +8,7 @@ env:
jobs:
check:
name: Check and Lint
if: always() # prevent skipping CI on failure
strategy:
matrix:
os: [ubuntu-latest]
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
args: --workspace --all-targets -- -D warnings
test:
name: Run unit tests
if: always() # prevent skipping CI on failure
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit fd70aa4

Please sign in to comment.