File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
43
43
.PHONY : anchor-test-setup
44
44
anchor-test-setup : node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS )
45
- anchor build -- --features integration-test
45
+ anchor build --no-idl -- --features integration-test
46
46
47
47
.PHONY : idl
48
48
idl :
@@ -65,7 +65,7 @@ anchor-test: anchor-test-setup
65
65
66
66
.PHONY : anchor-test-upgrade
67
67
anchor-test-upgrade : node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS )
68
- anchor build -- --features testnet
68
+ anchor build --no-idl -- --features testnet
69
69
cp target/deploy/matching_engine.so ts/tests/artifacts/new_testnet_matching_engine.so
70
70
cp target/deploy/token_router.so ts/tests/artifacts/new_testnet_token_router.so
71
71
cp target/deploy/upgrade_manager.so ts/tests/artifacts/testnet_upgrade_manager.so
You can’t perform that action at this time.
0 commit comments