Skip to content

Commit 098a584

Browse files
committed
Remove debug command
1 parent f03ef1e commit 098a584

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,5 @@ run-hive: build-image setup-hive ## 🧪 Run Hive testing suite
100100
run-hive-debug: build-image setup-hive ## 🐞 Run Hive testing suite in debug mode
101101
cd hive && ./hive --sim $(SIMULATION) --client ethereumrust --sim.limit "$(TEST_PATTERN)" --docker.output
102102

103-
run-hive-geth: build-image setup-hive ## 🧪 Run Hive testing suite
104-
cd hive && ./hive --sim $(SIMULATION) --client go-ethereum --sim.limit "$(TEST_PATTERN)" --docker.output
105-
106103
clean-hive-logs: ## 🧹 Clean Hive logs
107104
rm -rf ./hive/workspace/logs

0 commit comments

Comments
 (0)