Skip to content

Commit

Permalink
Initialize git submodule in integration test (privacy-scaling-explora…
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 authored Apr 5, 2022
1 parent 12e21ff commit 6d05114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ fi

if [ -n "$STEP_GENDATA" ]; then
echo "+ Gen blockchain data..."
git submodule update --init --recursive contracts/vendor
rm gendata_output.json > /dev/null 2>&1 || true
cargo run --bin gen_blockchain_data
fi
Expand Down

0 comments on commit 6d05114

Please sign in to comment.