Skip to content

Commit

Permalink
fix ctest parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 26, 2024
1 parent ee1ebf2 commit 2c5a479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
- name: Test
run: |
cd build
ctest --output-on-failure --no-compress-output --junit-output=TEST-results.xml -T test
ctest --output-on-failure --no-compress-output --output-junit=TEST-results.xml -T test
- name: Memory Check
if: always() && matrix.os == 'ubuntu'
run: |
cb build
ctest --output-on-failure --no-compress-output --junit-output=TEST-memcheck.xml -T memcheck
ctest --output-on-failure --no-compress-output --output-junit=TEST-memcheck.xml -T memcheck
- name: upload test summary
if: always()
Expand Down

0 comments on commit 2c5a479

Please sign in to comment.