Skip to content

Commit

Permalink
Fix rust sdk tests once more
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Oct 16, 2020
1 parent 52fa805 commit 94d1ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/rust-sdk-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ f cargo build --bin dummy_prover --release

zksync server &> rust-sdk-server.log &
SERVER_PID=$!
# Wait a bit, so server and prover won't have conflicts about the workspace lockfile.
sleep 1
zksync dummy-prover &> rust-sdk-prover.log &
PROVER_PID=$!

Expand Down

0 comments on commit 94d1ab2

Please sign in to comment.