diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 65d3118..2cd5fc1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -57,7 +57,7 @@ jobs: - name: Test shell: bash - run: ./build/rtneural_tests all + run: ctest --test-dir build --parallel - name: Collect Coverage Data shell: bash