We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260caa9 commit bd66cbaCopy full SHA for bd66cba
.github/workflows/GoogleTest.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Build
60
# Build your program with the given configuration
61
- run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --
+ run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target stock_emu_lib
62
63
- name: Test
64
working-directory: ${{github.workspace}}/build/test
0 commit comments