Skip to content

Commit

Permalink
Reset optimization level in code coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jul 24, 2023
1 parent c37fcd2 commit 6c92f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

# we set `opt-level = 1` in profile.test globally, but this affects code coverage, so we reset it here
env:
CARGO_PROFILE_TEST_OPT_LEVEL: 0

jobs:
measure-test-coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c92f27

Please sign in to comment.