Skip to content

Commit

Permalink
CI: Remove continue-on-error (#176)
Browse files Browse the repository at this point in the history
* Remove `allow-failure: [true]`

* Update ci.yml
  • Loading branch information
DilumAluthge committed Apr 29, 2021
1 parent 255712e commit ac3d804
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 @@ -10,7 +10,6 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow-failure }}
strategy:
fail-fast: false # don't stop CI even when one of them fails
matrix:
Expand All @@ -24,7 +23,6 @@ jobs:
arch:
- x64
- x86
allow-failure: [true]
exclude:
- os: macOS-latest
arch: x86
Expand Down

0 comments on commit ac3d804

Please sign in to comment.