Skip to content

Commit

Permalink
Try explicit execution of test_suite in win CI github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 15, 2024
1 parent 3ab4ef7 commit d100ab3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cmake --build build --config ${{matrix.build_type}}

- name: Run tests
working-directory: build
# working-directory: build/test/${{matrix.build_type}}
run: ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure --verbose
# run: test_suite
# working-directory: build
working-directory: build/test/${{matrix.build_type}}
# run: ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure --verbose
run: ./test_suite

0 comments on commit d100ab3

Please sign in to comment.