Skip to content

Commit 83b8e8a

Browse files
committed
quickload sys first
1 parent c6bbb91 commit 83b8e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci-test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
--load /root/quicklisp/setup.lisp \
1717
--eval '(ql:update-all-dists)' \
1818
--load rope.asd \
19-
--eval '(asdf:test-system :rope)' \
19+
--eval '(ql:quickload :rope/test)' \
20+
--eval '(asdf:test-system :rope/test)' \
2021
--eval '(quit)'

0 commit comments

Comments
 (0)