Skip to content

Commit

Permalink
feat: raise error for escalate to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivixvi committed Jan 4, 2025
1 parent a1b92d0 commit aa75a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
(testing "hello common lisp"
(ok (string= (greeting:hello "common lisp") "Hello common lisp! f"))))

(defun run-test () (rove:run :greeting/tests))
(defun run-test ()
(unless (rove:run :greeting/tests)
(error "Tests failed")))

0 comments on commit aa75a5e

Please sign in to comment.