Skip to content

Commit

Permalink
Continue CI job on errors in experimental branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chances authored Jun 30, 2024
1 parent c46cd00 commit f69d9bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
test:
name: Tests

continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
# TODO: Diable this when merging to main
experimental: [true]
os: [ubuntu-latest, macos-12, windows-latest]
# Test against the last two LDC releases
compiler: [ldc-1.37.0, ldc-1.38.0]
Expand Down

0 comments on commit f69d9bb

Please sign in to comment.