Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Feb 5, 2024
1 parent 401e511 commit 0bb2cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
go-version: 1.19

- run: make ictest-ibc
- run: make e2e-test-ibc
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ build: go.sum
###############################################################################

# Executes IBC tests via rollup-e2e-testing
ictest-ibc:
e2e-test-ibc:
cd e2e && go test -timeout=25m -race -v -run TestIBCTransfer .

# Executes all tests via rollup-e2e-testing
ictest-all: ictest-ibc
e2e-test-all: ictest-ibc

.PHONY: ictest-ibc ictest-all
.PHONY: e2e-test-ibc e2e-test-all

###############################################################################
### Proto ###
Expand Down

0 comments on commit 0bb2cd7

Please sign in to comment.