Skip to content

Commit

Permalink
Quickload using test implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 21, 2023
1 parent 521d38e commit bf6f381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Setup ASDF registry
run: |
asdf-add
clasp --non-interactive --eval "(ql:quickload :inravina-shim)"
- name: Run Shim Tests
run: |
lisp -i ${{ matrix.lisp }} -e "(asdf:test-system :inravina-shim)"
lisp -i ${{ matrix.lisp }} -e "(ql:quickload :inravina-shim)" -e "(asdf:test-system :inravina-shim)"

0 comments on commit bf6f381

Please sign in to comment.