Skip to content

Commit

Permalink
Test more implementations
Browse files Browse the repository at this point in the history
Using a temporary branch: 40ants/setup-lisp#24
  • Loading branch information
simendsjo committed Mar 12, 2024
1 parent 8e52364 commit 68dc4de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
- macos-latest
# - windows-latest
lisp:
- sbcl-bin
# - ecl
# - ccl-bin
# - abcl-bin
- ecl
- ccl-bin
- abcl-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
# - cmu-bin
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
- uses: 40ants/setup-lisp@fix-ql-fix-loading
with:
asdf-system: sijo-version
qlfile-template: |
dist ultralisp http://dist.ultralisp.org
- uses: 40ants/run-tests@v2
with:
asdf-system: sijo-version/tests
asdf-system: sijo-version

0 comments on commit 68dc4de

Please sign in to comment.