spl: Add burn_checked
, mint_to_checked
and approve_checked
inst…
#389
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: No Caching Tests | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
no-caching-tests: | |
name: Reusable | |
uses: ./.github/workflows/reusable-tests.yaml | |
with: | |
cache: false | |
solana_cli_version: 1.18.17 | |
solang_version: 0.3.2 | |
node_version: 20.16.0 | |
cargo_profile: release | |
anchor_binary_name: anchor-binary-no-caching |