lang: associated_token
constraints don't work when setting token_program
#3540
Workflow file for this run
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: Tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
tests: | |
name: Reusable | |
uses: ./.github/workflows/reusable-tests.yaml | |
with: | |
cache: true | |
solana_cli_version: 1.16.0 | |
node_version: 17.0.1 | |
cargo_profile: debug | |
anchor_binary_name: anchor-binary |