Skip to content

Commit

Permalink
[TMP] ci: verbose output for debugging
Browse files Browse the repository at this point in the history
This commit will be removed later. There seems to be a timing related bug in
the cancel rule local AND operator.
  • Loading branch information
cspiel1 committed Oct 13, 2023
1 parent 02f4fb4 commit 484285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: cmake -B build -DSTATIC=1 -DMODULES="g711;ausine;fakevideo;auconv;dtls_srtp;srtp;aufile" && cmake --build build -j

- name: valgrind test
run: valgrind --leak-check=full --show-reachable=yes --error-exitcode=42 ./build/test/selftest
run: valgrind --leak-check=full --show-reachable=yes --error-exitcode=42 ./build/test/selftest -v

0 comments on commit 484285e

Please sign in to comment.