Skip to content

Commit

Permalink
Add clasp to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Apr 25, 2024
1 parent 861bfcd commit 1a53d30
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ jobs:
run: |
PATH="~/.roswell/bin:$PATH"
run-fiveam -l serapeum/tests 'serapeum.tests::serapeum'
test-clasp:
name: clasp on ubuntu-latest
runs-on: ghcr.io/clasp-developers/clasp
steps:
- uses: actions/checkout@v1
- name: Compile Serapeum
run: |
clasp --eval "(ql:quickload :serapeum)"
- name: Test Serapeum
run: |
clasp --eval "(asdf:test-system :serapeum)"

0 comments on commit 1a53d30

Please sign in to comment.