.ghaignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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
  25. # error in tests
  26. tokens/external-delegate-token-master/anchor
  27. # build failed - program outdated
  28. tokens/token-2022/metadata/anchor
  29. # dependency issues
  30. tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
  31. tokens/token-2022/mint-close-authority/native
  32. tokens/token-2022/transfer-fee/native
  33. tokens/token-2022/non-transferable/native
  34. # all steel projects
  35. basics/account-data/steel
  36. basics/checking-accounts/steel
  37. basics/close-account/steel
  38. basics/counter/steel
  39. basics/create-account/steel
  40. basics/cross-program-invocation/steel
  41. basics/favorites/steel
  42. basics/pda-rent-payer/steel
  43. basics/processing-instructions/steel
  44. basics/program-derived-addresses/steel
  45. basics/realloc/steel
  46. basics/rent/steel
  47. basics/transfer-sol/steel
  48. tokens/escrow/steel
  49. tokens/pda-mint-authority/steel
  50. tokens/spl-token-minter/steel
  51. tokens/token-swap/steel
  52. tokens/transfer-tokens/steel