From 7bc5d61d18cc139fee59b4c667565306580b5e79 Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Tue, 11 Feb 2020 16:32:11 +0100 Subject: [PATCH] Solving a bug with the tests in the CI. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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