Skip to content

Commit

Permalink
Run all matrix builds to completion
Browse files Browse the repository at this point in the history
When working with platform specific code (such as adding Kotlin tests
to the CI), it is very convenient to let the matrix builds run to
completion so you can get a full overview of the platforms where
things work and where they fail.
  • Loading branch information
mgeisler committed Apr 2, 2024
1 parent 23a59ba commit bb767c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bb767c7

Please sign in to comment.