Skip to content

Commit

Permalink
Update cmake-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann authored Aug 21, 2024
1 parent 4e5332a commit f209027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake --build 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 f209027

Please sign in to comment.