We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1dbb commit 743133dCopy full SHA for 743133d
1 file changed
.github/CONTRIBUTING.md
@@ -11,4 +11,5 @@
11
12
1. build vendorized gtest: `./utils/build_gtest.sh`
13
2. build restclient-cpp: `./autogen.sh && ./configure && make check`
14
-3. run the unit test suite: `make test`
+3. run the proxy server used in testing: `docker run -d -p 3128:3128 chrisdaish/squid`
15
+4. run the unit test suite: `make test`
0 commit comments