Skip to content

Commit

Permalink
Always allow trybuild drift in coverage because nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 10, 2024
1 parent 9a98018 commit 7704cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-coverage
cancel-in-progress: true

env:
TRYBUILD: overwrite

jobs:
test:
name: coverage
Expand Down

0 comments on commit 7704cc3

Please sign in to comment.