Skip to content

Commit ffc7b72

Browse files
committed
chore: fail build on test failure
1 parent bc23be1 commit ffc7b72

File tree

1 file changed

+2
-1
lines changed
  • java-bigquery/google-cloud-bigquery-jdbc

1 file changed

+2
-1
lines changed

java-bigquery/google-cloud-bigquery-jdbc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ integration-test:
4141
-Denforcer.skip=true \
4242
-Dit.failIfNoSpecifiedTests=true \
4343
-Dit.test=$(test) \
44-
integration-test
44+
integration-test \
45+
verify
4546

4647
unit-test-coverage:
4748
$(MAKE) unittest

0 commit comments

Comments
 (0)