Skip to content

Commit

Permalink
CI/CD: log ctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 14, 2022
1 parent 8dc4e66 commit 5318a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test:default:
needs: ["build:default"]
script:
- cd build
- ctest
- ctest -V
artifacts:
paths:
- build/

0 comments on commit 5318a51

Please sign in to comment.