no-caching-tests.yaml 366 B

12345678910111213141516171819
  1. name: No Caching Tests
  2. on:
  3. push:
  4. branches:
  5. - master
  6. paths-ignore:
  7. - 'docs/**'
  8. jobs:
  9. no-caching-tests:
  10. name: Reusable
  11. uses: ./.github/workflows/reusable-tests.yaml
  12. with:
  13. cache: false
  14. solana_cli_version: 2.1.0
  15. node_version: 20.18.0
  16. cargo_profile: release
  17. anchor_binary_name: anchor-binary-no-caching