-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix benchmark-overhead compilation #13418
Fix benchmark-overhead compilation #13418
Conversation
testLogging { | ||
exceptionFormat = TestExceptionFormat.FULL | ||
showStandardStreams = true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this ends up being very verbose when actually running the tests (and didn't help with this junit issue anyways)
run: ./gradlew assemble ${{ inputs.no-build-cache && ' --no-build-cache' || '' }} | ||
working-directory: benchmark-overhead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would have caught the failure on updating junit
(and add a CI check)