Skip to content

Commit e49423e

Browse files
committed
[fix] Working version ?
1 parent 3a84617 commit e49423e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cmake-mainline-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
cmake -S $GITHUB_WORKSPACE/qtutil -B build/qtutil -DCMAKE_PREFIX_PATH=/tkutil-install --install-prefix=/${{ github.event.repository.name }}-install
4848
cmake --build build/qtutil --target install
4949
50-
- name: Run QtUtil unit tests
51-
shell: bash
52-
run: |
53-
cmake --build build/qtutil --target test
54-
5550
- name: Test of link on QtUtil
5651
shell: bash
5752
run: |

0 commit comments

Comments
 (0)