.ghaignore 1017 B

123456789101112131415161718192021222324252627282930313233343536
  1. # build and test error
  2. basics/realloc/native
  3. basics/cross-program-invocation/native
  4. # uses generated client from shank, can't rewrite to solana-bankrun
  5. tools/shank-and-solita/native
  6. # can't test on localnet
  7. tokens/pda-mint-authority/native
  8. tokens/nft-minter/native
  9. tokens/transfer-tokens/native
  10. tokens/spl-token-minter/native
  11. tokens/create-token/native
  12. tokens/create-token/anchor
  13. tokens/nft-minter/anchor
  14. tokens/pda-mint-authority/anchor
  15. tokens/spl-token-minter/anchor
  16. tokens/token-swap/anchor
  17. tokens/transfer-tokens/anchor
  18. # not building with stable solana
  19. tokens/token-2022/mint-close-authority/native
  20. tokens/token-2022/non-transferable/native
  21. tokens/token-2022/default-account-state/native
  22. tokens/token-2022/transfer-fee/native
  23. tokens/token-2022/multiple-extensions/native
  24. # not building
  25. oracles/pyth/anchor
  26. # not building
  27. compression/cutils/anchor
  28. compression/cnft-vault/anchor
  29. # builds but need to test on localhost
  30. compression/cnft-burn/anchor
  31. tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor