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 379c83d commit e764538Copy full SHA for e764538
Makefile.am
@@ -44,7 +44,7 @@ clean-docker-services:
44
docker rm --force restclient-cpp-httpbin 2>/dev/null || true
45
docker rm --force restclient-cpp-squid 2>/dev/null || true
46
47
-ci: lint test valgrind
+ci: test valgrind
48
49
clean-local:
50
find . -name "*.gcda" -print0 | xargs -0 rm
0 commit comments