Skip to content

Commit

Permalink
ctest -VV for verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 15, 2024
1 parent 95d9951 commit 9f56c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Test the project
- name: ctest
working-directory: ${{github.workspace}}/build/test
run: ctest --VV
run: ctest -VV

# Declaring the product name and the packaging directory
- name: declare artefact variables
Expand Down

0 comments on commit 9f56c47

Please sign in to comment.