Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 8398041

Browse files
# Conflicts: # Makefile
1 parent e866dd2 commit 8398041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ publish-maven: ## Publish artifacts to Maven Central
1010
ADDITIONAL_MVN_TARGETS=deploy ADDITIONAL_MVN_ARGS=" " make build
1111

1212
test: ## Run tests for Java/JUnit compatibility
13-
USE_SSL=0 SERVICES=serverless,kinesis,sns,sqs,cloudwatch mvn $(MVN_ARGS) test
13+
USE_SSL=1 SERVICES=serverless,kinesis,sns,sqs,iam,cloudwatch mvn $(MVN_ARGS) test
1414

1515
.PHONY: usage clean install test

0 commit comments

Comments
 (0)