Skip to content

Only include those that work #23

Only include those that work

Only include those that work #23

Workflow file for this run

on: [push]
jobs:
tests:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
# I cannot get windows working for any implementations
# - windows-latest
lisp:
- sbcl-bin
- ecl
# The following doesn't work
# - ccl-bin
# - abcl-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
with:
asdf-system: sijo-version/tests
qlfile-template: |
dist ultralisp http://dist.ultralisp.org
- uses: 40ants/run-tests@v2
with:
asdf-system: sijo-version