Skip to content

Commit

Permalink
CI: Add CLAZY_CHECKS and CLAZY_IGNORE_DIRS env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Jan 14, 2024
1 parent ae813a2 commit d56e5ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
schedule:
- cron: '0 3 * * *'

env:
CLAZY_CHECKS: "level2,no-qstring-allocations,no-fully-qualified-moc-types"
CLAZY_IGNORE_DIRS: ".*libkode.*"

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d56e5ce

Please sign in to comment.