Add workflow for Forgejo Actions

This commit is contained in:
Akira Tempaku 2025-01-11 23:13:57 +09:00
parent 56ef2a853d
commit 68b2b76b8b
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 96 additions and 25 deletions
.github/workflows

View file

@ -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