We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3fda3 commit 1327bf1Copy full SHA for 1327bf1
.github/workflows/build-and-test.yml
@@ -17,9 +17,6 @@ jobs:
17
mo2-third-parties: gtest python spdlog boost sip pyqt pybind11
18
mo2-dependencies: cmake_common uibase
19
mo2-cmake-command: -DPLUGIN_PYTHON_TESTS=1 ..
20
- - name: Build Plugin Python Tests
21
- run: cmake --build vsbuild --config RelWithDebInfo -j4 --target python-tests --target runner-tests
22
- working-directory: ${{ steps.build-plugin-python.outputs.working-directory }}
23
- name: Test Plugin Python
24
run: ctest --test-dir vsbuild -C RelWithDebInfo --output-on-failure
25
working-directory: ${{ steps.build-plugin-python.outputs.working-directory }}
0 commit comments