tests.yaml 411 B

123456789101112131415161718192021222324
  1. name: Tests
  2. on:
  3. push:
  4. branches:
  5. - master
  6. paths-ignore:
  7. - 'docs/**'
  8. pull_request:
  9. branches:
  10. - master
  11. paths-ignore:
  12. - 'docs/**'
  13. jobs:
  14. tests:
  15. name: Reusable
  16. uses: ./.github/workflows/reusable-tests.yaml
  17. with:
  18. cache: true
  19. solana_cli_version: 2.1.0
  20. node_version: 20.18.0
  21. cargo_profile: debug
  22. anchor_binary_name: anchor-binary