Skip to content

Commit

Permalink
Fix run tests command in CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Jun 30, 2024
1 parent 9821d57 commit 23e4d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
## Kaocha with Cloverage generates codecov files
## refer to tests.edn
- name: Run the clj tests
run: clojure -M:dev/test
run: clojure -M:dev:test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: clojure -T:cljfmt check

- name: Run the clj tests
run: clojure -M:dev/test
run: clojure -M:dev:test

0 comments on commit 23e4d70

Please sign in to comment.