File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ test: all
197197	$(MAKE )  build-addons-napi
198198	$(MAKE )  cctest
199199	$(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 ) 
202202	$(MAKE )  lint
203203
204204test-parallel : all
@@ -328,7 +328,7 @@ test-all-valgrind: test-build
328328	$(PYTHON )  tools/test.py --mode=debug,release --valgrind
329329
330330CI_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
332332
333333#  Build and test addons without building anything else
334334test-ci-native : LOGLEVEL := info
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments