Skip to content

Commit

Permalink
ci: Interchaintests for provider actions run on provider (#2368)
Browse files Browse the repository at this point in the history
* added initial provider interchain tests

* import forked github.com/strangelove-ventures/interchaintest

* tests: add testing stubs with scenarios

* small nit changes

* provider crud flow tests

* cr fix: create chain with custom account

* added test-interchain command to make file

---------

Co-authored-by: MSalopek <[email protected]>
Co-authored-by: insumity <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent f5c1a60 commit 56d2fa8
Show file tree
Hide file tree
Showing 11 changed files with 3,746 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ test-integration:
test-integration-cov:
go test ./tests/integration/... -timeout 30m -coverpkg=./... -coverprofile=integration-profile.out -covermode=atomic

# run interchain tests
test-interchain:
cd tests/interchain && go test ./... -timeout 30m

# run mbt tests
test-mbt:
cd tests/mbt/driver;\
Expand Down
Loading

0 comments on commit 56d2fa8

Please sign in to comment.