parent
56ef2a853d
commit
68b2b76b8b
4 changed files with 96 additions and 25 deletions
.github/workflows
|
@ -1,4 +1,4 @@
|
|||
name: 'test'
|
||||
name: 'CI'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -7,15 +7,15 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
lisp:
|
||||
- sbcl-bin
|
||||
- ccl-bin
|
||||
|
||||
|
||||
env:
|
||||
LISP: ${{ matrix.lisp }}
|
||||
|
||||
|
@ -26,4 +26,4 @@ jobs:
|
|||
asdf-system: lack-mw
|
||||
- uses: 40ants/run-tests@v2
|
||||
with:
|
||||
asdf-system: lack-mw
|
||||
asdf-system: lack-mw
|
Loading…
Add table
Add a link
Reference in a new issue