Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed May 5, 2024
1 parent 46e7c68 commit 13157b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Download Quicklisp
run: wget https://beta.quicklisp.org/quicklisp.lisp
- name: Run ECL loading QuickLisp and cl-custom-hash-table
run: ecl --eval '(load "quicklisp.lisp")' --eval '(progn (ql:quickload :cl-custom-hash-table) (ql:quickload :cl-custom-hash-table-test))'
run: ecl --eval '(load "quicklisp.lisp")' --eval '(quicklisp-quickstart:install)' --eval '(progn (ql:quickload :cl-custom-hash-table) (ql:quickload :cl-custom-hash-table-test))'

0 comments on commit 13157b2

Please sign in to comment.