File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ all: tools build lint test
1616# The below include contains the tools and runsim targets.
1717include contrib/devtools/Makefile
1818
19- # #######################################
20- # ## CI
21-
22- ci : tools build test test_cover lint
23-
2419# #######################################
2520# ## Build
2621
@@ -106,7 +101,7 @@ test_sim_import_export: runsim
106101
107102test_sim_after_import : runsim
108103 @echo " Running application simulation-after-import. This may take several minutes..."
109- $(BINDIR ) /runsim -e $(SIMAPP ) 25 5 TestAppSimulationAfterImport
104+ $(BINDIR ) /runsim -j 4 $(SIMAPP ) 50 5 TestAppSimulationAfterImport
110105
111106test_sim_custom_genesis_multi_seed : runsim
112107 @echo " Running multi-seed custom genesis simulation..."
You can’t perform that action at this time.
0 commit comments