Skip to content

Commit

Permalink
ci: extend coverage test with retest+select (#652)
Browse files Browse the repository at this point in the history
original patch from Sebastian
  • Loading branch information
alfredh authored Jan 21, 2023
1 parent 13cfffa commit eb2dfd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
cd ..
cmake -S rem -B rem/build && cmake --build rem/build
cd retest; cmake -B build -DCMAKE_EXE_LINKER_FLAGS="--coverage" && \
cmake --build build -j && ./build/retest -v -a
cmake --build build -j && \
./build/retest -a -v && \
./build/retest -r -m select -v
- name: gcov
run: |
Expand Down

0 comments on commit eb2dfd5

Please sign in to comment.