diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b36314..7e489db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Build with Makefile run: make -C build unit_tests - name: Execute tests - run: build/unit_tests + run: cd build && ./unit_tests - name: Output coverage run: gcovr -e tests/ -o coverage.xml --xml - name: Publish to CodeCov