Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Jan 19, 2023
1 parent 2a9e733 commit 838c6d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@

;; clj -X:dev:test
:test
{:exec-fn hawk.core/find-and-run-tests-cli
:exclude-directories ["src"
"resources"]}
{:exec-fn hawk.core/find-and-run-tests-cli
:exec-args {:exclude-directories ["src" "resources"]}}

:ci
{:jvm-opts ["-Dhawk.mode" "cli/ci"]}}}

0 comments on commit 838c6d5

Please sign in to comment.