Skip to content

Commit

Permalink
Add "test-native" target for just
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 2, 2024
1 parent c5ff5e8 commit aba7713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ send-request-to-app:
# run the test suite
test:
@./mvnw test

# run the test suite for the native application (requires GraalVM)
test-native:
@./mvnw verify -Dnative

0 comments on commit aba7713

Please sign in to comment.