We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d5253 commit 94cd174Copy full SHA for 94cd174
3 files changed
.github/workflows/asan.yml
@@ -88,6 +88,7 @@ jobs:
88
cmake --build cmake.output --target testrunner -- -j $(nproc)
89
90
- name: Build GUI tests
91
+ if: false
92
run: |
93
cmake --build cmake.output --target gui-tests -- -j $(nproc)
94
.github/workflows/tsan.yml
@@ -87,6 +87,7 @@ jobs:
87
.github/workflows/ubsan.yml
0 commit comments