Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test case for multiple channels on one connection + remove integration tests in _test #1021

Merged
merged 4 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/workflows/akash-tests.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/gaia-tests.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ build-osmosis-docker:
test:
@go test -mod=readonly -race ./...

test-integration:
@go test -mod=readonly -v -timeout 20m ./_test/

test-gaia:
@go test -mod=readonly -v -run 'TestGaiaToGaiaRelaying|TestGaiaToGaiaRelaying|TestUnorderedChannelBlockHeightTimeout|TestUnorderedChannelTimestampTimeout' ./_test

test-akash:
@go test -mod=readonly -v -run TestAkashToGaiaRelaying ./_test/

test-short:
@go test -mod=readonly -v -run TestOsmoToGaiaRelaying ./_test/

ibctest:
cd ibctest && go test -race -v -run TestRelayerInProcess .

Expand Down
8 changes: 0 additions & 8 deletions _test/README.md

This file was deleted.

Loading