Skip to content

Commit

Permalink
Remove windows tests from critical path
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Mar 21, 2022
1 parent ba42cdc commit 05cb0ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
build:
strategy:
matrix:
fail-fast: false
os: [ubuntu-latest, windows-latest]
# Windows is failing with "out of memory" errors.
continue-on-error: ${{ matrix.os == 'windows-latest' }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 05cb0ee

Please sign in to comment.