Skip to content

Commit

Permalink
ci: enable full zeth_test_cli script for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Jan 26, 2021
1 parent 1712e34 commit 6a139a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ function integration_tests() {
_start_ganache
_start_prover_server

# # Enter client env and run client test script
# . client/env/bin/activate
# ./scripts/test_zeth_cli
# deactivate
# Enter client env and run client test script
. client/env/bin/activate
./scripts/test_zeth_cli
deactivate

# Stop servers
_stop_prover_server
Expand Down

0 comments on commit 6a139a1

Please sign in to comment.