diff --git a/.github/workflows/turtle.yml b/.github/workflows/turtle.yml index 69b8101e..06dd8a7f 100644 --- a/.github/workflows/turtle.yml +++ b/.github/workflows/turtle.yml @@ -54,7 +54,7 @@ jobs: - name: Build and test timefold-solver-benchmarks working-directory: ./timefold-solver-benchmarks shell: bash - run: mvn clean install -DskipTests + run: mvn -B -DskipJMH -Dquickly clean install - name: Run the test per example working-directory: ./timefold-solver-benchmarks/examples