Test phase inclusion for coverage

This commit is contained in:
jeffbanks
2023-01-13 09:54:26 -06:00
parent 9583c49542
commit a09360fd91

View File

@@ -31,6 +31,8 @@ jobs:
- name: Installing dependencies
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Running tests
run: mvn -B test
- name: Uploading [nosqlbench] test coverage
uses: actions/upload-artifact@v3