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 9c61677 commit 5e6e2a9
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 @@ -35,4 +35,4 @@ jobs:
# ros -e '(push (uiop:getcwd) ql:*local-project-directories*)' -e '(handler-case (ql:quickload :nsymbols) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 17)))'

- name: Run tests
run: ros -e '(ql:quickload :lisp-unit2)' -e '(asdf:test-system :nsymbols)'
run: ros -e '(ql:quickload :lisp-unit2)' -e '(handler-case (ql:quickload :nsymbols) (error (c) (format t "Error: ~a" c) (uiop:quit 1)))'

0 comments on commit 5e6e2a9

Please sign in to comment.