Skip to content

Commit 1327bf1

Browse files
committed
Add extra asserts to the lifetime tests.
1 parent cf3fda3 commit 1327bf1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
mo2-third-parties: gtest python spdlog boost sip pyqt pybind11
1818
mo2-dependencies: cmake_common uibase
1919
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 }}
2320
- name: Test Plugin Python
2421
run: ctest --test-dir vsbuild -C RelWithDebInfo --output-on-failure
2522
working-directory: ${{ steps.build-plugin-python.outputs.working-directory }}

0 commit comments

Comments
 (0)