Skip to content

Commit

Permalink
chore: Add makefile task for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 2, 2023
1 parent 77c9818 commit 9665f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ install:
test:
lein test-all

.PHONY: test-integration
test-integration:
lein test-integration

.PHONY: outdated
outdated:
lein antq
Expand Down

0 comments on commit 9665f0c

Please sign in to comment.