Skip to content

Commit

Permalink
Enable tests for all implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 27, 2024
1 parent 64abaf9 commit a0aef01
Showing 1 changed file with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,40 @@ jobs:
fail-fast: false # Let the workflow continue as much as possible
matrix:
include:
# - os: ubuntu-latest
# lisp: sbcl
- os: ubuntu-latest
lisp: sbcl
# Just to ensure test.ros will not fail when version
# is specified explicitly
- os: ubuntu-latest
lisp: sbcl/2.3.1
# - os: ubuntu-latest
# lisp: sbcl-bin
# - os: ubuntu-latest
# lisp: ccl-bin
# - os: ubuntu-latest
# lisp: clisp
# - os: ubuntu-latest
# lisp: clisp-head
# - os: ubuntu-latest
# lisp: ecl
# - os: ubuntu-latest
# lisp: allegro
# - os: ubuntu-latest
# lisp: abcl-bin
# - os: ubuntu-latest
# lisp: clasp
# - os: ubuntu-latest
# lisp: clasp-bin
# - os: ubuntu-latest
# lisp: cmu-bin
# - os: ubuntu-latest
# lisp: mkcl
# - os: ubuntu-latest
# lisp: npt
# - os: macos-latest
# lisp: sbcl-bin
# - os: windows-latest
# lisp: sbcl-bin
- os: macos-latest
lisp: sbcl-bin
- os: windows-latest
lisp: sbcl-bin
- os: ubuntu-latest
lisp: sbcl-bin
- os: ubuntu-latest
lisp: ccl-bin
- os: ubuntu-latest
lisp: clisp
- os: ubuntu-latest
lisp: clisp-head
- os: ubuntu-latest
lisp: ecl
- os: ubuntu-latest
lisp: allegro
- os: ubuntu-latest
lisp: abcl-bin
- os: ubuntu-latest
lisp: clasp
- os: ubuntu-latest
lisp: clasp-bin
- os: ubuntu-latest
lisp: cmu-bin
- os: ubuntu-latest
lisp: mkcl
- os: ubuntu-latest
lisp: npt
defaults:
run:
shell: lispsh {0}
Expand Down

0 comments on commit a0aef01

Please sign in to comment.