Skip to content

Commit

Permalink
Merge pull request #149 from jkni/ci-verify
Browse files Browse the repository at this point in the history
Run verify phase in CI (which includes license checks)
  • Loading branch information
jkni authored Nov 9, 2023
2 parents 3a981b5 + 7e6e768 commit f1ab5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: temurin
cache: maven
- name: Compile, run tests, and package (JDK 20)
run: mvn -B package
run: mvn -B verify
if: matrix.jdk == '20'
- name: Compile and run tests (JDK 11)
run: mvn -B -Pjdk11 -am -pl jvector-tests test
Expand Down

0 comments on commit f1ab5c0

Please sign in to comment.