Skip to content

Commit

Permalink
Integrate with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Dec 19, 2024
1 parent be104bb commit e8a7123
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wormchain-icts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- "ictest-upgrade"
- "ictest-wormchain"
- "ictest-ibc-receiver"
- "ictest-validator-hotswap"
fail-fast: false

steps:
Expand Down
5 changes: 4 additions & 1 deletion wormchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ ictest-wormchain: rm-testcache
ictest-ibc-receiver: rm-testcache
cd interchaintest && go test -race -v -run ^TestIbcReceiver ./...

.PHONY: ictest-cancel-upgrade ictest-malformed-payload ictest-upgrade-failure ictest-upgrade ictest-wormchain ictest-ibc-receiver
ictest-validator-hotswap: rm-testcache
cd interchaintest && go test -race -v -run ^TestValidatorHotswap$$ ./...

.PHONY: ictest-cancel-upgrade ictest-malformed-payload ictest-upgrade-failure ictest-upgrade ictest-wormchain ictest-ibc-receiver ictest-validator-hotswap
2 changes: 1 addition & 1 deletion wormchain/interchaintest/hot_swap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type QueryGetGuardianValidatorResponse struct {
GuardianValidator GuardianValidator `json:"guardianValidator"`
}

func TestMultiValidatorHotSwap(t *testing.T) {
func TestValidatorHotswap(t *testing.T) {
// Base setup
numGuardians := 2
numVals := 3
Expand Down

0 comments on commit e8a7123

Please sign in to comment.