diff --git a/tests/collectors.lisp b/tests/collectors.lisp index 578c712..6ba5fc1 100644 --- a/tests/collectors.lisp +++ b/tests/collectors.lisp @@ -111,4 +111,4 @@ (test 1 2 3 4) (assert-equal '(2 2 4 2 4 6 2 4 6 8) (test)))) -(run-tests) +(run-tests :all)