Skip to content

Commit

Permalink
main: use hash list instead of fixed array
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 4, 2022
1 parent de518b1 commit 87bf668
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 183 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
Loading

0 comments on commit 87bf668

Please sign in to comment.