Skip to content

Add CI to build contract #7

Add CI to build contract

Add CI to build contract #7

Workflow file for this run

name: anchor-test
on:
push:
branches:
- main
pull_request:
jobs:
run-anchor-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: metadaoproject/[email protected]
with:
anchor-version: '0.29.0'
solana-cli-version: '1.18.8'