Skip to content

Commit

Permalink
valgrind also needs docker-services to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Jan 3, 2025
1 parent 136bae5 commit dbe0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include/restclient-cpp/version.h:
test: check docker-services
./test-program

valgrind: check
valgrind: check docker-services
valgrind --leak-check=full --error-exitcode=1 ./test-program

lint:
Expand Down

0 comments on commit dbe0473

Please sign in to comment.