From 5fb7a06fecabb5ccfc40ca7d391aa345b632f3fc Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 23 Nov 2023 17:48:35 +0200 Subject: [PATCH] . --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14e2186..cbd8225 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 '(handler-case (ql:quickload :nsymbols) (error (c) (format t "Error: ~a" c) (uiop:quit 1)))' + run: ros -e '(ql:quickload :lisp-unit2)' -e '(handler-case (ql:quickload :nsymbols) (error (c) (uiop:quit 1)))'