Skip to content

Commit 7e6e768

Browse files
committed
Run verify in CI (which checks for missing licenses)
1 parent 3a981b5 commit 7e6e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: temurin
3131
cache: maven
3232
- name: Compile, run tests, and package (JDK 20)
33-
run: mvn -B package
33+
run: mvn -B verify
3434
if: matrix.jdk == '20'
3535
- name: Compile and run tests (JDK 11)
3636
run: mvn -B -Pjdk11 -am -pl jvector-tests test

0 commit comments

Comments
 (0)