Skip to content

Commit 41fa566

Browse files
committed
fix
1 parent 010112a commit 41fa566

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)