Skip to content

Commit ab4e538

Browse files
committed
fix
1 parent 80793bc commit ab4e538

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
working-directory: examples/extension
498498

499499
- name: Build benchmark-overhead
500-
run: ./gradlew build ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
500+
run: ./gradlew assemble ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
501501
working-directory: benchmark-overhead
502502

503503
- name: Run muzzle check against extension

benchmark-overhead/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ dependencies {
3030
testImplementation("org.slf4j:slf4j-simple:2.0.17")
3131

3232
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
33+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3334
}
3435

3536
tasks {
3637
test {
3738
useJUnitPlatform()
38-
testLogging {
39-
exceptionFormat = TestExceptionFormat.FULL
40-
showStandardStreams = true
41-
}
4239
}
4340
}

0 commit comments

Comments
 (0)