Skip to content

Commit d4c0d48

Browse files
tech: add log to test-back
1 parent af57444 commit d4c0d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev-lint-frontend:
2828
cd frontend && npm run test:lint
2929

3030
test-back: check-clean-archi
31-
cd backend && ./gradlew clean test
31+
cd backend && ./gradlew clean test --info
3232

3333
test-front:
3434
cd frontend && npm run test:unit

0 commit comments

Comments
 (0)