Skip to content

Commit

Permalink
Change order that tests are run in
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 22, 2024
1 parent 03ba948 commit 1206bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test create-channel recover-client token-transfer upgrade-client grpc-service
.PHONY: test create-channel token-transfer upgrade-client grpc-service recover-client

test: create-channel recover-client token-transfer upgrade-client grpc-service
test: create-channel token-transfer upgrade-client grpc-service recover-client
@echo "All tests passed"

create-channel:
Expand Down
2 changes: 0 additions & 2 deletions ci/tests/recover-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ HERMES_RECOVERY_CONFIG="${HOME}/.hermes/recovery-config.toml"
echo "creating the expired client"
hermes --config "${HERMES_RECOVERY_CONFIG}" \
create client --host-chain ibc-0 --reference-chain basecoin-0
# hermes create client --host-chain ibc-0 --reference-chain basecoin-0

echo "creating the active client"
hermes --config "${HERMES_RECOVERY_CONFIG}" \
create client --host-chain basecoin-0 --reference-chain ibc-0
# hermes create client --host-chain basecoin-0 --reference-chain ibc-0

sleep 1m

Expand Down

0 comments on commit 1206bba

Please sign in to comment.