Skip to content

Commit f7a3cf0

Browse files
Disabling devnet and testnet axelar tests
1 parent 05f277e commit f7a3cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"clean": "npx turbo run clean && echo 'root: cleaning' && rimraf node_modules .turbo && echo '\n🧼 Clean completed'",
77
"test": "npx turbo run test && echo '🧪 Test completed'",
88
"test:packages": "npx turbo run test --filter=\"./packages/**/*\" && echo '🧪 Test packages completed'",
9-
"test:axelar:devnet": "cd modules/axelar && pnpm run test:devnet",
9+
"test:axelar:devnet": "echo 'Disabled: cd modules/axelar && pnpm run test:devnet'",
1010
"test:axelar:testnet": "echo 'Disabled: cd modules/axelar && pnpm run test:testnet'",
1111
"test:axelar:mainnet": "cd modules/axelar && pnpm run test:mainnet",
1212
"test:cosmos:devnet": "cd modules/cosmos && pnpm run test:devnet",

0 commit comments

Comments
 (0)