Skip to content

Commit bd66cba

Browse files
authored
Update GoogleTest.yml
1 parent 260caa9 commit bd66cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GoogleTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Build
6060
# Build your program with the given configuration
61-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --
61+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target stock_emu_lib
6262

6363
- name: Test
6464
working-directory: ${{github.workspace}}/build/test

0 commit comments

Comments
 (0)