Skip to content

Update to cargo version to be the patch version #231

Update to cargo version to be the patch version

Update to cargo version to be the patch version #231

Workflow file for this run

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