mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
chore: test quicklisp install failure
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
cd
|
||||
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
||||
sbcl --load quicklisp.lisp \
|
||||
--eval '(quicklisp-quickstart:install)' \
|
||||
--eval '(handler-case (progn (error "fail!") (quicklisp-quickstart:install)) (error () (quit 40)))' \
|
||||
--quit
|
||||
|
||||
- name: run tests
|
||||
|
||||
Reference in New Issue
Block a user