Skip to content

Commit d66ba0c

Browse files
committed
Improved valgrind setup [skip ci]
1 parent c4a29c7 commit d66ba0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- run: |
2828
sudo apt-get install valgrind
29-
valgrind --leak-check=yes build/test
29+
valgrind --leak-check=yes --error-exitcode=1 build/test
3030
3131
# test install
3232
- run: rm -r build

0 commit comments

Comments
 (0)