Skip to content

Commit

Permalink
maybe fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Aug 20, 2024
1 parent 9654535 commit cbd25e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
--eval '(quicklisp-quickstart:install)' \
--quit
- name: Clone dependencies into local-projects
run: |
cd "${HOME}/quicklisp/local-projects" \
&& git clone -b master https://github.com/robert-strandh/cluffer \
&& git clone -b master https://github.com/s-expressionists/eclector
- name: Run tests
run: |
sbcl --noinform --disable-debugger \
Expand Down

0 comments on commit cbd25e1

Please sign in to comment.