Skip to content

Add catch for shared escrow insufficient rent #393

Add catch for shared escrow insufficient rent

Add catch for shared escrow insufficient rent #393

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
anchor_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: metadaoproject/anchor-test@v2
with:
anchor-version: '0.29.0'
solana-cli-version: '1.17.6'
node-version: '20.9.0'
features: 'anchor-test'
- run: cargo fmt -- --check && cargo clippy