We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db35efa commit 700c6d9Copy full SHA for 700c6d9
CONTRIBUTING.md
@@ -151,6 +151,9 @@ $ ./configure && make -j8 test
151
Make sure the linter is happy and that all tests pass. Please, do not submit
152
patches that fail either check.
153
154
+Running `make test` will run the linter as well unless one or more tests fail.
155
+If you want to run the linter without running tests, use `make lint`.
156
+
157
If you are updating tests and just want to run a single test to check it, you
158
can use this syntax to run it exactly as the test harness would:
159
0 commit comments