Skip to content

Commit

Permalink
Merge pull request #42 from dmatveev/dm/fix-win-ci
Browse files Browse the repository at this point in the history
CI: Hotfix - make CTest actually work
  • Loading branch information
dmatveev authored Oct 10, 2023
2 parents 0cad24f + 9458f25 commit ff027f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Test Stage
shell: bash
run: ctest -C Release
run: cd build && ctest -C Release

0 comments on commit ff027f8

Please sign in to comment.