We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03ef1e commit 098a584Copy full SHA for 098a584
Makefile
@@ -100,8 +100,5 @@ run-hive: build-image setup-hive ## 🧪 Run Hive testing suite
100
run-hive-debug: build-image setup-hive ## 🐞 Run Hive testing suite in debug mode
101
cd hive && ./hive --sim $(SIMULATION) --client ethereumrust --sim.limit "$(TEST_PATTERN)" --docker.output
102
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
-
106
clean-hive-logs: ## 🧹 Clean Hive logs
107
rm -rf ./hive/workspace/logs
0 commit comments