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 c295f48 commit 15ee484Copy full SHA for 15ee484
.github/workflows/ci-test.yaml
@@ -5,13 +5,15 @@ on: push
5
jobs:
6
test:
7
runs-on: ubuntu-latest
8
- container: fukamachi/qlot
+ container: quicklisp/quicklisp-base
9
steps:
10
- name: Checkout Repository
11
uses: actions/checkout@v3
12
- name: Run Tests
13
run: |
14
set -ex
15
+ sbcl --eval '(ql:update-all-dists)' \
16
+ --eval '(quit)'
17
sbcl --disable-debugger \
18
--load rope.asd \
19
--eval '(asdf:test-system :rope)' \
0 commit comments