Skip to content

Commit

Permalink
ci/coverage: add select and poll method tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jul 10, 2022
1 parent 5ee4fee commit 9e9c8ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
rm re/libre.so || true
rm re/libre.dylib || true
make -C rem librem.a
cd retest; cmake -B build -DCMAKE_EXE_LINKER_FLAGS="--coverage" && \
cmake --build build -j && ./build/retest -a
cd retest && \
cmake -B build -DCMAKE_EXE_LINKER_FLAGS="--coverage" && \
cmake --build build -j && \
./build/retest -a -v && \
./build/retest -r -m select -v && \
./build/retest -r -m poll -v
- name: gcov
run: |
Expand Down

0 comments on commit 9e9c8ef

Please sign in to comment.