mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
chore: further shorten Github action workflow
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -61,8 +61,6 @@ jobs:
|
||||
sbcl --disable-debugger --no-userinit \
|
||||
--load "$HOME/quicklisp/setup.lisp" \
|
||||
--eval "(mapcar 'asdf:load-asd (directory \"*.asd\"))" \
|
||||
--eval "(ql:quickload :data-lens/test)" \
|
||||
--eval "(handler-case (asdf:test-system :data-lens/test) (error () (uiop:quit 42)))" \
|
||||
--eval "(handler-case (asdf:test-system :data-lens) (error () (uiop:quit 42)))" \
|
||||
--eval "(handler-case (asdf:test-system :data-lens/transducers) (error () (uiop:quit 43)))" \
|
||||
--quit
|
||||
# --eval "(ql:quickload :data-lens/transducers/test)" \
|
||||
|
||||
Reference in New Issue
Block a user