Skip to content

Commit

Permalink
quickload test system
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 21, 2023
1 parent bf6f381 commit 1f905db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
asdf-add
- name: Run Shim Tests
run: |
lisp -i ${{ matrix.lisp }} -e "(ql:quickload :inravina-shim)" -e "(asdf:test-system :inravina-shim)"
lisp -i ${{ matrix.lisp }} -e "(ql:quickload :inravina-shim/test)" -e "(asdf:test-system :inravina-shim)"

0 comments on commit 1f905db

Please sign in to comment.