Skip to content

Commit

Permalink
Avoid more unnecessary computation
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jul 23, 2020
1 parent 4ad676e commit 90cdd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- job: junit_tests_jdk8
dependsOn:
- junit_tests_jdk11
- nonjunit_tests_jdk11
- misc_jdk11
pool:
vmImage: 'ubuntu-latest'
Expand All @@ -33,6 +34,7 @@ jobs:
displayName: test-cftests-junit.sh
- job: nonjunit_tests_jdk8
dependsOn:
- junit_tests_jdk11
- nonjunit_tests_jdk11
- misc_jdk11
pool:
Expand Down

0 comments on commit 90cdd5e

Please sign in to comment.