Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 28, 2024
1 parent ac8df2a commit f39831b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#- windows-latest
lisp:
- sbcl
- ccl-bin
- ccl
env:
LISP: ${{ matrix.lisp }}

Expand All @@ -36,4 +36,4 @@ jobs:

- name: Run tests
run: |
sbcl --script ./test/test.lisp
${LISP} --script ./test/test.lisp

0 comments on commit f39831b

Please sign in to comment.