Skip to content

Commit

Permalink
Failing tests on master fail job (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 25, 2023
1 parent 05f4f46 commit b6c8dc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 150
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
doctest:
runs-on: ${{ matrix.os }}
timeout-minutes: 150
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b6c8dc8

Please sign in to comment.