Skip to content

Commit

Permalink
chore: remove conformance test from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 30, 2024
1 parent bfd63eb commit 889ab5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- "ictest-sdk-commands"
- "ictest-sdk-boundaries"
- "ictest-chain-start"
- "ictest-conformance"
- "ictest-state-sync"
- "ictest-ibc-xfer"
- "ictest-packet-forward-middleware"
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ ictest-sdk-boundaries: rm-testcache
ictest-chain-start: rm-testcache
cd interchaintest && go test -race -v -run TestChainStart .

ictest-conformance: rm-testcache
cd interchaintest && go test -race -v -run TestConformance .

ictest-state-sync: rm-testcache
cd interchaintest && go test -race -v -run TestStateSync .

Expand Down

0 comments on commit 889ab5d

Please sign in to comment.