Add mvn verify to `test` workflow

This commit is contained in:
Chris Eager 2021-05-11 11:53:41 -05:00 committed by Chris Eager
parent 9995f271c8
commit f84736bd32
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -e -B package
run: mvn -e -B verify