Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 23, 2023
1 parent 8f0d078 commit c22ee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- name: Run tests
run: >-
ros -e '(ql:quickload :lisp-unit2)' \
ros -e '(ql:quickload :nsymbols/tests)' \
-e '(let ((output (lisp-unit2:run-tests :package :nsymbols/tests))) (lisp-unit2:print-summary output) (when (or (lisp-unit2:failed output) (lisp-unit2:errors output)) (uiop:quit 1)))'

0 comments on commit c22ee2b

Please sign in to comment.