.ghaignore 694 B

12345678910111213141516171819202122232425262728293031
  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. # builds but need to test on localhost
  19. compression/cnft-burn/anchor
  20. # test failing
  21. # https://github.com/solana-developers/helpers/issues/40
  22. tokens/escrow/anchor
  23. # not live
  24. tokens/token-2022/group/anchor