Skip to content

Commit

Permalink
maybe debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Jul 24, 2024
1 parent 1a54946 commit f51570c
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 @@ -29,5 +29,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 f51570c

Please sign in to comment.