mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
fix: Update test.yml
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
sbcl --disable-debugger --no-userinit \
|
sbcl --disable-debugger --no-userinit \
|
||||||
--load "$HOME/quicklisp/setup.lisp" \
|
--load "$HOME/quicklisp/setup.lisp" \
|
||||||
--eval "(mapcar 'asdf:load-asd (directory \"*.asd\"))" \
|
--eval "(mapcar 'asdf:load-asd (directory \"*.asd\"))" \
|
||||||
--eval "(format *error-output* "~{~A~%~}" (asdf:registered-systems))" \
|
--eval '(format *error-output* "~{~A~%~}" (asdf:registered-systems))' \
|
||||||
--eval "(handler-case (asdf:test-system :data-lens) (error (c) (format t \"~a\" c) (uiop:quit 42)))" \
|
--eval "(handler-case (asdf:test-system :data-lens) (error (c) (format t \"~a\" c) (uiop:quit 42)))" \
|
||||||
--eval "(handler-case (asdf:test-system :data-lens/transducers) (error (c) (format t \"~a\" c) (uiop:quit 43)))" \
|
--eval "(handler-case (asdf:test-system :data-lens/transducers) (error (c) (format t \"~a\" c) (uiop:quit 43)))" \
|
||||||
--quit
|
--quit
|
||||||
|
|||||||
Reference in New Issue
Block a user