Skip to content

Commit

Permalink
Split clang-tidy tests CI run
Browse files Browse the repository at this point in the history
To further balance the load on the CI
  • Loading branch information
bernhardmgruber committed Mar 15, 2023
1 parent a1b8291 commit 2db855f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
fail-fast: false
matrix:
include:
- files: '../tests'
- files: '../tests/m.*'
- files: '../tests/[^m].*'
- files: '../examples'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2db855f

Please sign in to comment.