Skip to content

Commit

Permalink
Run actions and views tests in that order
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 25, 2024
1 parent b66adf6 commit 1536260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(require 'pez.baldr)
(require 'todomvc.views-test)
(require 'todomvc.actions-test)
(clojure.test/run-tests 'todomvc.views-test 'todomvc.actions-test)"]
(clojure.test/run-tests 'todomvc.actions-test 'todomvc.views-test)"]
{:keys [err exit]} (apply p/shell command)]
(when-not (zero? exit)
(println err))))

0 comments on commit 1536260

Please sign in to comment.