Skip to content

Commit

Permalink
Add cmucl test
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 21, 2023
1 parent d3febee commit 521d38e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
run:
shell: bash -l {0}
strategy:
matrix:
lisp:
- clasp
- cmucl
fail-fast: false
runs-on: ubuntu-latest
container:
Expand All @@ -39,7 +43,7 @@ jobs:
run: |
asdf-add
clasp --non-interactive --eval "(ql:quickload :inravina-shim)"
- name: Run Shim Tests (clasp)
- name: Run Shim Tests
run: |
clasp --eval "(asdf:test-system :inravina-shim)"
lisp -i ${{ matrix.lisp }} -e "(asdf:test-system :inravina-shim)"

0 comments on commit 521d38e

Please sign in to comment.