Skip to content

Commit

Permalink
Launching tests in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Rossi committed Aug 5, 2023
1 parent 7d7c678 commit d2bbf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Build and run Tests
run: >
cmake --build ${{github.workspace}}/buildc;
ctest --verbose;
cd ${{github.workspace}}/buildc && ctest --verbose;

0 comments on commit d2bbf5c

Please sign in to comment.