no-caching-tests.yaml 359 B

123456789101112131415161718
  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: 1.16.0
  13. solang_version: 0.3.2
  14. node_version: 18.18.0
  15. cargo_profile: release
  16. anchor_binary_name: anchor-binary-no-caching