File tree Expand file tree Collapse file tree 2 files changed +0
-199
lines changed Expand file tree Collapse file tree 2 files changed +0
-199
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,6 @@ test-sdk:
2222test-merkle :
2323 pnpm jest --preset ts-jest tests/unit/merkle.test.ts; exit $$?
2424
25- test-local-validator :
26- solana-test-validator --deactivate-feature EenyoWx9UMXYKpR8mW5Jmfmy2fRjzUtM7NduYMY8bx33 -r \
27- --account 2yVjuQwpsvdsrywzsJJVs9Ueh4zayyo5DYJbBNc3DDpn tests/accounts/core_bridge_config.json \
28- --account 9bFNrXNb2WTx8fMHXCheaZqkLZ3YCCaiqTftHxeintHy tests/accounts/core_bridge_fee_collector.json \
29- --account DS7qfSAgYsonPpKoAjcGhX9VFjXdGkiHjEDkTidf8H2P tests/accounts/guardian_set_0.json \
30- --bpf-program worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth tests/programs/core_bridge.so > /dev/null 2>&1 & \
31- pid=$$ ! && \
32- sleep 5 && \
33- solana airdrop 25 TEstCHtKciMYKuaXJK2ShCoD7Ey32eGBvpce25CQMpM -ul && \
34- anchor test --skip-local-validator; \
35- e=$$? ; \
36- kill $$ pid \
37- exit $$ e
38-
3925build-test-swap-program :
4026 @cd ../solana-extensions && anchor build -p ext_swap
4127 @cp -f ../solana-extensions/target/deploy/ext_swap.so tests/programs/ext_swap.so
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments