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 fd49249 commit 69af240Copy full SHA for 69af240
.github/workflows/linux.yml
@@ -108,10 +108,6 @@ jobs:
108
working-directory: build
109
run: cmake --build . --target test_integration_tools
110
111
- - name: Build test_integration_tools
112
- working-directory: build
113
- run: cmake --build . --config ${{ matrix.build_type }} --target test_integration_tools
114
-
115
- name: Run test_integration_tools
116
117
run: cmake --build . --target run_test_integration_tools
0 commit comments