ningle-fbr/.forgejo/workflows/CI.yml
paku 38fb9dc768
Some checks failed
CI / test (sbcl-bin) (pull_request) Failing after 10s
Use setup-lisp
2025-01-12 12:21:38 +09:00

26 lines
391 B
YAML

name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: docker
strategy:
matrix:
lisp:
- sbcl-bin
steps:
- uses: actions/checkout@v4
- uses: https://github.com/40ants/setup-lisp@v4
with:
asdf-system: ningle-fbr
- name: Run tests
run: .qlot/bin/rove ningle-fbr.asd