Skip to content

Commit

Permalink
Try removing upgrade-client test from integration test run
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 22, 2024
1 parent c252ac2 commit fafb100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ token-transfer: create-channel
bash ~/tests/token-transfer.sh
@echo "Tokens transferred"

upgrade-client: create-channel
@echo "Upgrading client..."
bash ~/tests/upgrade-client.sh
@echo "Client upgraded"
# upgrade-client: create-channel
# @echo "Upgrading client..."
# bash ~/tests/upgrade-client.sh
# @echo "Client upgraded"

grpc-service: upgrade-client
@echo "Testing gRPC services..."
Expand Down

0 comments on commit fafb100

Please sign in to comment.