Skip to content

Commit

Permalink
ci: skip JMH in turtle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Mar 18, 2024
1 parent cc6425c commit 4b61ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turtle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b61ffb

Please sign in to comment.