hsx/.forgejo/workflows/test.yml

30 lines
508 B
YAML
Raw Normal View History

2024-06-01 20:16:53 +09:00
name: 'test'
2024-06-01 06:48:44 +09:00
on:
push:
branches:
- 'master'
pull_request:
jobs:
tests:
runs-on: docker
2024-06-01 06:48:44 +09:00
strategy:
matrix:
lisp:
- sbcl-bin
- ccl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://github.com/40ants/setup-lisp@v4
2024-06-01 06:48:44 +09:00
with:
asdf-system: hsx
- uses: https://github.com/40ants/run-tests@v2
2024-06-01 06:48:44 +09:00
with:
asdf-system: hsx