Skip to content

Commit

Permalink
Fail at the end mode (ALL=1) doesn't return 1 on failed tests #24
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 11, 2024
1 parent ccdecc8 commit 3ebf68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11, macos-12, macos-13 ]
os: [ macos-13, macos-14, macos-15 ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3ebf68e

Please sign in to comment.