Skip to content

Commit

Permalink
just asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 25, 2023
1 parent 7749529 commit c06dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

sbcl --non-interactive \
--eval '(ql:quickload :html2clwho/tests)' \
--eval '(asdf:load-system :html2clwho/tests)' \
--eval '(asdf:load-system :html2clwho)' \
--eval '(uiop:quit (if (html2clwho.test::run-tests) 0 1))'

0 comments on commit c06dc6b

Please sign in to comment.