We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checks_level
linux-meson-clang-tests
1 parent d53c920 commit 9721f4fCopy full SHA for 9721f4f
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
build_system: meson
73
compiler: clang
74
run_tests: true
75
- meson_options: -Dbuildtype=release --werror
+ meson_options: -Dbuildtype=release -Dchecks_level=0 --werror
76
enabled: ${{ (github.event_name != 'pull_request' || contains(github.head_ref, 'clang')) && needs.changes.outputs.edited == 'true' }}
77
timeout: 45
78
allow_failure: false
0 commit comments