We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea871a0 commit 37613ffCopy full SHA for 37613ff
.github/workflows/ci-test.yaml
@@ -14,6 +14,7 @@ jobs:
14
set -ex
15
sbcl --disable-debugger \
16
--load /root/quicklisp/setup.lisp \
17
+ --eval '(ql:update-all-dists :prompt nil)' \
18
--load hiccl.asd \
19
--eval '(ql:quickload :hiccl/test)' \
20
--eval '(asdf:test-system :hiccl)' \
0 commit comments