Skip to content

Commit

Permalink
Update cmake-msvc-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann authored Aug 21, 2024
1 parent 7f3ec19 commit ab70362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-msvc-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: ./Emulator
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

# - name: Test
# working-directory: ${{github.workspace}}/build
# run: ctest --verbose -C ${{env.BUILD_TYPE}}
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest --verbose -C ${{env.BUILD_TYPE}}

0 comments on commit ab70362

Please sign in to comment.