Disabled test for allegro.
This commit is contained in:
parent
a7e183c1bc
commit
397c5328a9
2 changed files with 4 additions and 3 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -32,8 +32,6 @@ jobs:
|
|||
lisp: clisp-head
|
||||
- os: ubuntu-latest
|
||||
lisp: ecl
|
||||
- os: ubuntu-latest
|
||||
lisp: allegro
|
||||
- os: ubuntu-latest
|
||||
lisp: abcl-bin
|
||||
- os: ubuntu-latest
|
||||
|
@ -41,6 +39,9 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
lisp: cmu-bin
|
||||
|
||||
# See issue: https://github.com/40ants/setup-lisp/issues/22
|
||||
# - os: ubuntu-latest
|
||||
# lisp: allegro
|
||||
# See issue: https://github.com/40ants/setup-lisp/issues/15
|
||||
# - os: ubuntu-latest
|
||||
# lisp: clisp
|
||||
|
|
|
@ -93,7 +93,7 @@ when trying to call `ros` or `qlot` scripts:
|
|||
| **Implementation** | **Supported** |
|
||||
|--------------------|------------------------------------------------------|
|
||||
| abcl-bin | ✅ |
|
||||
| allegro | ✅ (sometimes fails because of \"expired-license\") |
|
||||
| allegro | [❌](https://github.com/40ants/setup-lisp/issues/22) |
|
||||
| ccl-bin | ✅ |
|
||||
| clasp | [❌](https://github.com/40ants/setup-lisp/issues/16) |
|
||||
| clasp-bin | ✅ |
|
||||
|
|
Loading…
Reference in a new issue