idl/spec: avoid panic when parsing invalid array types #6481
Workflow file for this run
This file contains hidden or 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 | |
| paths-ignore: | |
| - "docs/**" | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - "docs/**" | |
| jobs: | |
| tests: | |
| name: Reusable | |
| uses: ./.github/workflows/reusable-tests.yaml | |
| with: | |
| cache: true | |
| solana_version: 3.0.0 | |
| node_version: 20.18.0 | |
| cargo_profile: debug | |
| anchor_binary_name: anchor-binary | |
| # TODO: currently this value is only used to invalidate the cache and install latest, it is not | |
| # actually installing the specified version. | |
| # Issue: https://github.com/solana-foundation/anchor/issues/4160 | |
| surfpool_cli_version: 1.0.0-rc1 |