Fix
Some checks failed
CI / test (pull_request) Failing after 11s

This commit is contained in:
paku 2025-01-11 13:42:56 +09:00
parent 32347bb0ce
commit c88d264dad
Signed by: paku
GPG key ID: 5B4E8402BCC50607

View file

@ -9,27 +9,14 @@ on:
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
strategy: image: fukamachi/roswell:latest
matrix:
lisp:
- sbcl-bin
env:
LISP: ${{ matrix.lisp }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Roswell
env:
LISP: ${{ matrix.lisp }}
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
- name: Install Qlot - name: Install Qlot
run: ros install fukamachi/qlot run: ros install fukamachi/qlot
- name: Install dependencies - name: Install dependencies
run: | run: qlot install
PATH="~/.roswell/bin:$PATH"
qlot install
- name: Run tests - name: Run tests
run: .qlot/bin/rove hsx.asd run: .qlot/bin/rove hsx.asd