Skip to content

Commit

Permalink
Add "test" target for just
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 2, 2024
1 parent 472bd59 commit 736f9e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ run:
send-request-to-app:
curl http://localhost:8123/status

# run the test suite
test:
@./mvnw test

0 comments on commit 736f9e7

Please sign in to comment.