diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a5d208bd5..f749e4123 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -99,6 +99,8 @@ jobs: cd porcinet_demo && ./run_test.sh /usr/local/snort - name: "Run memory leaks tests" - run: | - valgrind --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes /usr/local/snort/bin/snort - valgrind --tool=cachegrind --I1=65535,2,64 --D1=65535,2,64 --L2=65535,2,64 /usr/local/snort/bin/snort + run: valgrind --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes /usr/local/snort/bin/snort + - + name: "Run cache tests" + run: valgrind --tool=cachegrind --I1=65535,2,64 --D1=65535,2,64 --L2=65535,2,64 /usr/local/snort/bin/snort +