Skip to content

Commit 96dd331

Browse files
author
mircea-c
committed
removed ci target
1 parent 029d623 commit 96dd331

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ all: tools build lint test
1616
# The below include contains the tools and runsim targets.
1717
include 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

107102
test_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

111106
test_sim_custom_genesis_multi_seed: runsim
112107
@echo "Running multi-seed custom genesis simulation..."

0 commit comments

Comments
 (0)