Skip to content

Commit 94cd174

Browse files
committed
gui
1 parent f2d5253 commit 94cd174

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
cmake --build cmake.output --target testrunner -- -j $(nproc)
8989
9090
- name: Build GUI tests
91+
if: false
9192
run: |
9293
cmake --build cmake.output --target gui-tests -- -j $(nproc)
9394

.github/workflows/tsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
cmake --build cmake.output --target testrunner -- -j $(nproc)
8888
8989
- name: Build GUI tests
90+
if: false
9091
run: |
9192
cmake --build cmake.output --target gui-tests -- -j $(nproc)
9293

.github/workflows/ubsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
cmake --build cmake.output --target testrunner -- -j $(nproc)
8989
9090
- name: Build GUI tests
91+
if: false
9192
run: |
9293
cmake --build cmake.output --target gui-tests -- -j $(nproc)
9394

0 commit comments

Comments
 (0)