Skip to content

Commit

Permalink
Update ci.yml to run tests with gcov build
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasish authored Aug 12, 2024
1 parent 27837bf commit 5999a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
run: cmake -DENABLE_TOOL=GCOV -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -B build-gcov
- name: build for gcov
run: make -j 8 -C build-gcov
- name: run tests for gcov
run: make test -C build-gcov

0 comments on commit 5999a9b

Please sign in to comment.