Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 25, 2023
1 parent 2d8321b commit b0cf541
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,7 +1,7 @@
#!/bin/bash

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

0 comments on commit b0cf541

Please sign in to comment.