File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ test: all
197
197
$(MAKE ) build-addons-napi
198
198
$(MAKE ) cctest
199
199
$(PYTHON ) tools/test.py --mode=release -J \
200
- doctool inspector known_issues message pseudo-tty parallel sequential \
201
- async-hooks $(CI_NATIVE_SUITES )
200
+ $( CI_JS_SUITES ) \
201
+ $(CI_NATIVE_SUITES )
202
202
$(MAKE ) lint
203
203
204
204
test-parallel : all
@@ -328,7 +328,7 @@ test-all-valgrind: test-build
328
328
$(PYTHON ) tools/test.py --mode=debug,release --valgrind
329
329
330
330
CI_NATIVE_SUITES := addons addons-napi
331
- CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential async-hooks
331
+ CI_JS_SUITES := async-hooks doctool inspector known_issues message parallel pseudo-tty sequential
332
332
333
333
# Build and test addons without building anything else
334
334
test-ci-native : LOGLEVEL := info
You can’t perform that action at this time.
0 commit comments