Skip to content

Migrate testing framework from fiveam to rove #41

Migrate testing framework from fiveam to rove

Migrate testing framework from fiveam to rove #41

Workflow file for this run

name: 'test'
on:
push:
branches:
- 'master'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
- ccl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
with:
asdf-system: hsx
- uses: 40ants/run-tests@v2
with:
asdf-system: hsx