Skip to content

Commit

Permalink
fail-fast=false for github-test, so Julia v1 tests are triggered too
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Jun 20, 2024
1 parent d0889aa commit 43643c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
julia-version: ['1.6', '1']
julia-arch: [x64]
Expand Down

0 comments on commit 43643c7

Please sign in to comment.