Skip to content

Commit

Permalink
TMP: Test all and don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 13, 2024
1 parent 073d6ea commit 296fe0b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ on: [push]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
# - windows-latest
- windows-latest
lisp:
- sbcl-bin
- ecl
- ccl-bin
- abcl-bin
# - clasp-bin
# - clisp-head
# - cmu-bin
- clasp-bin
- clisp-head
- cmu-bin
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
Expand Down

0 comments on commit 296fe0b

Please sign in to comment.