no-caching-tests.yaml 330 B

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