ningle-fbr/.forgejo/workflows/CI.yml

27 lines
391 B
YAML
Raw Normal View History

2025-01-11 13:29:42 +00:00
name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: docker
strategy:
matrix:
lisp:
- sbcl-bin
steps:
- uses: actions/checkout@v4
2025-01-12 03:21:38 +00:00
- uses: https://github.com/40ants/setup-lisp@v4
2025-01-11 13:29:42 +00:00
with:
2025-01-12 03:21:38 +00:00
asdf-system: ningle-fbr
2025-01-11 13:29:42 +00:00
- name: Run tests
2025-01-12 03:21:38 +00:00
run: .qlot/bin/rove ningle-fbr.asd