We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0c17a commit 017a05aCopy full SHA for 017a05a
.github/workflows/c-cpp.yml
@@ -27,11 +27,11 @@ jobs:
27
run: make clean && make all
28
29
# Run program/tests under Valgrind
30
- - name: Run under Valgrind (memory leak check)
31
- run: |
32
- valgrind \
33
- --leak-check=full \
34
- --show-leak-kinds=all \
35
- --track-origins=yes \
36
- --error-exitcode=1 \
37
- ./QPESeq
+ # - name: Run under Valgrind (memory leak check)
+ # run: |
+ # valgrind \
+ # --leak-check=full \
+ # --show-leak-kinds=all \
+ # --track-origins=yes \
+ # --error-exitcode=1 \
+ # ./QPESeq
0 commit comments