Skip to content

chore: Remove ccl-bin from tests matrix #8

chore: Remove ccl-bin from tests matrix

chore: Remove ccl-bin from tests matrix #8

Workflow file for this run

name: 'CI'
on:
push:
branches:
- 'main'
- 'master'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
- ecl
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- name: Install Lisp
uses: 40ants/setup-lisp@v2
with:
asdf-system: chobun
qlfile-template: |
github bedrock MarceColl/bedrock
- name: Run tests
uses: 40ants/run-tests@v2
with:
asdf-system: chobun
coveralls-token: ${{ matrix.lisp == 'sbcl-bin' &&
matrix.os == 'ubuntu-latest' &&
secrets.COVERALLS_TOKEN }}