Skip to content

Commit

Permalink
ctest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-senger committed May 31, 2024
1 parent 3faaa11 commit 89575b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@ jobs:
cd build
cmake --build . -- -j2 # Adjust the number of parallel jobs
- name: Run tests
run: |
cd build
ctest --output-on-failure
- name: Display build directory contents
run: ls -la build

0 comments on commit 89575b6

Please sign in to comment.