Skip to content

Commit

Permalink
fix(l1): fix make target that runs every hive simulation (#1634)
Browse files Browse the repository at this point in the history
**Description**

Fix hive's run all target.
  • Loading branch information
fkrause98 authored Jan 6, 2025
1 parent bdb106e commit 00ae821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ run-hive: build-image setup-hive ## 🧪 Run Hive testing suite
cd hive && ./hive --client ethrex --sim $(SIMULATION) --sim.limit "$(TEST_PATTERN)"

run-hive-all: build-image setup-hive ## 🧪 Run all Hive testing suites
cd hive && ./hive --client ethrex --sim $(SIMULATION) --sim.parallelism 4
cd hive && ./hive --client ethrex --sim ".*" --sim.parallelism 4

run-hive-debug: build-image setup-hive ## 🐞 Run Hive testing suite in debug mode
cd hive && ./hive --sim $(SIMULATION) --client ethrex --sim.limit "$(TEST_PATTERN)" --docker.output
Expand Down

0 comments on commit 00ae821

Please sign in to comment.