We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a5c5a commit 3582744Copy full SHA for 3582744
Makefile
@@ -32,7 +32,7 @@ SECONDARY_NETWORK ?= mfh-2
32
NETWORK_STATE_FILE ?= deployed-mainnet.json
33
34
test-1/2:
35
- poetry run brownie test tests/[tc]*.py tests/regression/test_staking_router_stake_distribution.py --durations=20 --network mfh-1
+ poetry run brownie test tests/test_2026_01_20.py::test_vote -s --network mfh-1
36
37
test-2/2:
38
$(call run_2nd_test,brownie test -k 'not test_staking_router_stake_distribution.py' --durations=20 --network $(SECONDARY_NETWORK))
0 commit comments