Skip to content

Commit

Permalink
install benchmark jar
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jan 7, 2024
1 parent 558e5a2 commit 8eff178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ integration_tests() {
mvn -T10 -B --no-transfer-progress clean install -DskipTests
echo "benchmark tests"
cd "$ROOT"/java/benchmark
mvn -T10 -B --no-transfer-progress clean test -Pjmh
mvn -T10 -B --no-transfer-progress clean test install -Pjmh
echo "Start latest jdk tests"
cd "$ROOT"/integration_tests/latest_jdk_tests
echo "latest_jdk_tests: JDK 21"
Expand Down

0 comments on commit 8eff178

Please sign in to comment.