Fix
All checks were successful
CI / test (sbcl-bin) (pull_request) Successful in 14s

This commit is contained in:
paku 2025-01-12 13:07:52 +09:00
parent 60731d3382
commit e3f4773257
Signed by: paku
GPG key ID: 5B4E8402BCC50607

View file

@ -14,18 +14,16 @@ jobs:
matrix:
lisp:
- sbcl-bin
- ccl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
env:
LISP: ${{ matrix.lisp }}
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install fukamachi/qlot
PATH="~/.roswell/bin:$PATH"
qlot install
- name: Run tests
run: .qlot/bin/rove ningle-fbr.asd
- uses: 40ants/setup-lisp@v4
with:
asdf-system: ningle-fbr
- uses: 40ants/run-tests@v2
with:
asdf-system: ningle-fbr