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