Skip to content

Commit

Permalink
always build codegen tests on PR
Browse files Browse the repository at this point in the history
Otherwise the coverage numbers don't make sense
  • Loading branch information
tgummerer committed Sep 9, 2024
1 parent 130e6f7 commit f63b1e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ jobs:
# codegen tests take quite a while to run.
# Run them only if ci/test is set,
# or if one of the codegen files changed.
test-codegen: >- # No newlines or trailing newline.
${{
contains(github.event.pull_request.labels.*.name, 'ci/test') ||
(needs.inspect.outputs.test-codegen == 'true')
}}
test-codegen: true
test-version-sets: >- # No newlines or trailing newline.
${{
contains(github.event.pull_request.labels.*.name, 'ci/test')
Expand Down

0 comments on commit f63b1e3

Please sign in to comment.