Finishing the build CI

This commit is contained in:
AnonymusRaccoon
2020-01-23 10:45:27 +01:00
parent 4f0a0b13d4
commit 644e334789
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Build with Makefile
run: make -C build unit_tests
- name: Execute tests
run: .build/unit_tests
run: build/unit_tests
- name: Output coverage
run: gcovr -e tests/ -o coverage.xml --xml
- name: Publish to CodeCov