Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Jul 11, 2024
1 parent b947c43 commit 18603ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
run: |
export RUST_LOG=
yarn build --output-style static
yarn test --exclude legacy --output-style static
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ url = "https://api.mainnet-beta.solana.com"

[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "external_program/mpl_token_metadata.20240214.so"
program = "legacy/tests/external_program/mpl_token_metadata.20240214.so"

[[test.genesis]]
address = "EBZDYx7599krFc4m2govwBdZcicr4GgepqC78m71nsHS"
program = "external_program/transfer_hook_counter.so"
program = "legacy/tests/external_program/transfer_hook_counter.so"

0 comments on commit 18603ae

Please sign in to comment.