Skip to content

Commit

Permalink
ci: fixed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jfayot committed Aug 27, 2024
1 parent 2cf6236 commit d5b077b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
run: |
cd build
ctest --build-config ${{env.BUILD_TYPE}} --output-on-failure
run: ctest --test-dir ${{github.workspace}}/build/tests --build-config ${{env.BUILD_TYPE}} --output-on-failure

- name: Codecov
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

0 comments on commit d5b077b

Please sign in to comment.