Skip to content

Commit 6bbcf3a

Browse files
committed
try again
1 parent 11d8e88 commit 6bbcf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Run Tests
1313
run: |
1414
set -ex
15-
sbcl --eval '(ql:update-all-dists)' \
16-
--eval '(quit)'
1715
sbcl --disable-debugger \
16+
--load ~/.sbclrc
17+
--eval '(ql:update-all-dists)' \
1818
--load rope.asd \
1919
--eval '(asdf:test-system :rope)' \
2020
--eval '(quit)'

0 commit comments

Comments
 (0)