mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 23:08:16 +00:00
Solving a bug with the tests in the CI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user