Skip to content

Commit

Permalink
ci: add step with building uberjar
Browse files Browse the repository at this point in the history
  • Loading branch information
Seryiza authored Nov 11, 2024
1 parent d095aca commit ff129e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
restore-keys: cljdeps-

- name: Execute tests
run: clojure -X:test
run: make test

- name: Build uberjar
run: make uberjar

0 comments on commit ff129e8

Please sign in to comment.