We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a84617 commit e49423eCopy full SHA for e49423e
.github/workflows/cmake-mainline-ci.yml
@@ -47,11 +47,6 @@ jobs:
47
cmake -S $GITHUB_WORKSPACE/qtutil -B build/qtutil -DCMAKE_PREFIX_PATH=/tkutil-install --install-prefix=/${{ github.event.repository.name }}-install
48
cmake --build build/qtutil --target install
49
50
- - name: Run QtUtil unit tests
51
- shell: bash
52
- run: |
53
- cmake --build build/qtutil --target test
54
-
55
- name: Test of link on QtUtil
56
shell: bash
57
run: |
0 commit comments