File tree Expand file tree Collapse file tree
tests/interface-account/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284284 - run : cd tests/bpf-upgradeable-state && yarn --frozen-lockfile
285285 - run : cd tests/bpf-upgradeable-state
286286 - run : cd tests/bpf-upgradeable-state && anchor build --skip-lint --ignore-keys
287- - run : cd tests/bpf-upgradeable-state && solana program deploy --program-id program_with_different_programdata.json target/deploy/bpf_upgradeable_state.so
287+ - run : cd tests/bpf-upgradeable-state && solana program deploy --program-id program_with_different_programdata.json --use-rpc target/deploy/bpf_upgradeable_state.so
288288 - run : cd tests/bpf-upgradeable-state && cp bpf_upgradeable_state-keypair.json target/deploy/bpf_upgradeable_state-keypair.json && anchor test --skip-local-validator --skip-build --skip-lint
289289 - run : cd tests/bpf-upgradeable-state && npx tsc --noEmit
290290 - uses : ./.github/actions/git-diff/
Original file line number Diff line number Diff line change 1- import * as anchor from "@coral-xyz/anchor " ;
1+ import * as anchor from "@anchor-lang/core " ;
22import assert from "assert" ;
33
44import type { InterfaceAccount } from "../target/types/interface_account" ;
You can’t perform that action at this time.
0 commit comments