Sort members for spending limit via multisig_add_spending_limit #394
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: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
tests: | |
uses: ./.github/workflows/reusable-tests.yaml | |
with: | |
cache: true | |
solana_cli_version: 1.18.4 | |
anchor_version: 0.29.0 | |
node_version: 18 | |
cargo_profile: debug |