Skip to content

Commit

Permalink
[ci] Add more cl implementations to test cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
gorozhin committed Jul 1, 2023
1 parent e4b2411 commit 94cee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl]
lisp: [sbcl-bin, ccl-bin, ecl-bin]
os: [ ubuntu-latest, macos-latest ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 94cee6c

Please sign in to comment.