Skip to content

Commit

Permalink
full trace on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 10, 2024
1 parent f55dcf6 commit a9d9389
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ help:

clean:
$(MVN) clean || echo

dependencies:
$(MVN) install -B

test: dependencies
$(MVN) test -Dtest.single
$(MVN) test -e -Dtest.single

test_auto: dependencies
$(MVN) test -T 1C
$(MVN) test -e -T 1C

test_%: dependencies
$(MVN) test -T $*
$(MVN) test -e -T $*

lint:
$(MVN) formatter:format
$(MVN) formatter:format

0 comments on commit a9d9389

Please sign in to comment.