File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ All bugfixes require a test case which demonstrates the defect. The
192
192
test should * fail* before the change, and * pass* after the change.
193
193
194
194
All pull requests that modify executable code should also include a test case
195
- and be subjected to continuous integration tests on the
195
+ and must be subjected to continuous integration tests on the
196
196
[ project CI server] ( https://ci.nodejs.org/ ) . The pull request should have a CI
197
- status indicator if possible .
197
+ status indicator.
198
198
199
199
#### Useful CI Jobs
200
200
@@ -203,13 +203,9 @@ is the standard CI run we do to check Pull Requests. It triggers
203
203
` node-test-commit ` , which runs the ` build-ci ` and ` test-ci ` targets on all
204
204
supported platforms.
205
205
206
- * [ ` node-test-linter ` ] ( https://ci.nodejs.org/job/node-test-linter/ )
207
- only runs the linter targets, which is useful for changes that only affect
208
- comments or documentation.
209
-
210
206
* [ ` node-test-pull-request-lite ` ] ( https://ci.nodejs.org/job/node-test-pull-request-lite/ )
211
- only runs the linter job, as well as the tests on LinuxONE. Should only be used
212
- for trivial changes that do not require being tested on all platforms .
207
+ only runs the linter job, as well as the tests on LinuxONE, which is very fast.
208
+ This is useful for changes that only affect comments or documentation .
213
209
214
210
* [ ` citgm-smoker ` ] ( https://ci.nodejs.org/job/citgm-smoker/ )
215
211
uses [ ` CitGM ` ] ( https://github.com/nodejs/citgm ) to allow you to run `npm
You can’t perform that action at this time.
0 commit comments