Skip to content

Commit

Permalink
GitHub Actions debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Aug 20, 2024
1 parent cbd25e1 commit e92e211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
sbcl --noinform --disable-debugger \
--load "${HOME}/quicklisp/setup.lisp" \
--eval '(asdf:initialize-source-registry (quote (:source-registry (:directory "'"$(pwd)"'") :ignore-inherited-configuration)))' \
--eval '(ql:quickload "incrementalist/test")' \
--eval '(ql:quickload "incrementalist/test")' \
--eval '(setf fiveam:*on-error* :backtrace)' \
--eval '(asdf:test-system "incrementalist")'

0 comments on commit e92e211

Please sign in to comment.