Skip to content

Commit 7b6bb53

Browse files
staking test update
1 parent 03ad1a9 commit 7b6bb53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/run-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
5151
- name: Run examples
5252
run: |
53+
sed -i '4i { File = "enableEpochs.toml", Path = "EnableEpochs.StakeLimitsEnableEpoch", Value = 1000000 },' mx-chain-simulator-go/cmd/chainsimulator/config/nodeOverrideDefault.toml
5354
cd mx-chain-simulator-go/cmd/chainsimulator
5455
go build
5556
./chainsimulator --sovereign --fetch-configs-and-close

scripts/run-examples/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ wait_simulator_to_start() {
3232

3333
wait_simulator_to_start
3434

35+
# TODO MX-16498 investigate staking test
3536
# run staking example
3637
# run_python_script ../../examples/staking staking.py
3738

0 commit comments

Comments
 (0)