Skip to content

Commit

Permalink
Adding an integration-test make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLCox1 committed Aug 8, 2022
1 parent d772d85 commit 226d393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ clean:
test:
mvn test

integration-test:
mvn integration-test

compile:
mvn compile

Expand All @@ -35,7 +38,7 @@ release:
-a target/smartystreets-java-sdk-$(VERSION)-javadoc.jar \
-a target/smartystreets-java-sdk-$(VERSION).jar

.PHONY: clean test compile publish workspace release
.PHONY: clean test integration-test compile publish workspace release

# NOTES: When running make release BE SURE
# 1. That you have OSSRH_PASSWORD (the Maven password) as an environment variable.
Expand Down

0 comments on commit 226d393

Please sign in to comment.