Skip to content

Commit

Permalink
chore: rename test force transfer token factory ibc
Browse files Browse the repository at this point in the history
chore: change gh test name
  • Loading branch information
ledanghuy1811 committed Jan 7, 2025
1 parent e3473d8 commit 972ac34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interchaintest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- run: make ictest-wasm-gasless
env:
BRANCH_CI: "latest"
ictest-orai-osmosis-ibc:
ictest-tf-force-transfer-ibc:
runs-on: ubuntu-latest
needs: build-and-push-image # This job must run after build and push image
steps:
Expand All @@ -141,6 +141,6 @@ jobs:
- name: checkout code
uses: actions/checkout@v4

- run: make ictest-orai-osmo
- run: make ictest-tf-force-transfer-ibc
env:
BRANCH_CI: "latest"
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ ictest-tf-set-metadata:
ictest-ibchooks:
cd tests/interchaintest && go test -race -v -run TestIbcHooks .

# Executes ibc orai osmosis tests via interchaintest
ictest-orai-osmo:
cd tests/interchaintest && go test -race -v -run TestOraiOsmoIbc .
# Executes ibc orai osmosis with token factory force transfer tests via interchaintest
ictest-tf-force-transfer-ibc:
cd tests/interchaintest && go test -race -v -run TestTokenFactoryForceTransferWithIbc .

# Executes wasm gas less tests via interchaintest
ictest-wasm-gasless:
Expand Down
2 changes: 1 addition & 1 deletion tests/interchaintest/orai_osmo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// TestStartOrai is a basic test to assert that spinning up a Orai network with 1 validator works properly.
func TestOraiOsmoIbc(t *testing.T) {
func TestTokenFactoryForceTransferWithIbc(t *testing.T) {
if testing.Short() {
t.Skip()
}
Expand Down

0 comments on commit 972ac34

Please sign in to comment.