Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Use Maven verify goal instead of integration-test
We shouldn't be using the `integration-test` goal directly because: * It doesn't check the results of the tests, meaning the build succeeds even if the tests fail * The post-integration-test phase, which tears down the test environment, doesn't run https://maven.apache.org/surefire/maven-failsafe-plugin/index.html
- Loading branch information