Skip to content

Commit

Permalink
CI: Hotfix - make CTest actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatveev committed Oct 10, 2023
1 parent d295d8f commit 9458f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
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 9458f25

Please sign in to comment.