File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -213,15 +213,26 @@ test: all
213213 $(MAKE ) build-addons
214214 $(MAKE ) build-addons-napi
215215 $(MAKE ) doc-only
216+ $(MAKE ) lint
216217 $(MAKE ) cctest
217218 $(PYTHON ) tools/test.py --mode=release -J \
218219 $(CI_ASYNC_HOOKS ) \
219220 $(CI_JS_SUITES ) \
220221 $(CI_NATIVE_SUITES ) \
221222 doctool known_issues
222- $(MAKE ) lint
223223endif
224224
225+ # For a quick test, does not run linter or build doc
226+ test-only : all
227+ $(MAKE ) build-addons
228+ $(MAKE ) build-addons-napi
229+ $(MAKE ) cctest
230+ $(PYTHON ) tools/test.py --mode=release -J \
231+ $(CI_ASYNC_HOOKS ) \
232+ $(CI_JS_SUITES ) \
233+ $(CI_NATIVE_SUITES ) \
234+ known_issues
235+
225236test-cov : all
226237 $(MAKE ) build-addons
227238 $(MAKE ) build-addons-napi
@@ -1107,6 +1118,7 @@ endif
11071118 test-gc \
11081119 test-gc-clean \
11091120 test-hash-seed \
1121+ test-only \
11101122 test-v8 \
11111123 test-v8-all \
11121124 test-v8-benchmarks \
You can’t perform that action at this time.
0 commit comments