Update ci.yaml
try again...
This commit is contained in:
parent
d2430562d3
commit
f42d209996
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -9,6 +9,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ endless ]
|
branches: [ endless ]
|
||||||
|
|
||||||
|
# keep track of failures
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -17,7 +20,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# current ccl-bin has a flaky zip file, so roswell can't install it.
|
# current ccl-bin has a flaky zip file, so roswell can't install it.
|
||||||
# Specify a version that works for now. #- cmucl, allegro, ccl, ecl, clisp
|
# Specify a version that works for now. #- cmucl, allegro, ccl, ecl, clisp
|
||||||
lisp: [sbcl-bin, ccl]
|
lisp: [sbcl-bin, ccl, ecl, allegro, clisp]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
|
||||||
# run the job on every combination of "lisp" and "os" above
|
# run the job on every combination of "lisp" and "os" above
|
||||||
|
|
Loading…
Reference in a new issue