File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ jobs:
107107 working-directory : build
108108 run : cmake --build . --target test_integration_tools
109109
110+ - name : Build test_integration_tools
111+ working-directory : build
112+ run : cmake --build . --config ${{ matrix.build_type }} --target test_integration_tools
113+
110114 - name : Run test_integration_tools
111115 working-directory : build
112116 run : cmake --build . --target run_test_integration_tools
Original file line number Diff line number Diff line change 7171 - name : Run test_integration_tools
7272 working-directory : build
7373 run : cmake --build . --config ${{ matrix.build_type }} --target run_test_integration_tools
74+
7475 - name : Install
7576 working-directory : build
7677 run : cmake --install . --config ${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments