.ghaignore 720 B

123456789101112131415161718192021222324252627282930313233
  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/token-swap/anchor
  13. # not building
  14. oracles/pyth/anchor
  15. # not building
  16. compression/cutils/anchor
  17. compression/cnft-vault/anchor
  18. basics/favorites/native
  19. # builds but need to test on localhost
  20. compression/cnft-burn/anchor
  21. # build failing
  22. # https://github.com/solana-developers/helpers/issues/40
  23. tokens/escrow/anchor
  24. # not live
  25. tokens/token-2022/group/anchor