Skip to content

feat: remove all solana references (#29) #1

feat: remove all solana references (#29)

feat: remove all solana references (#29) #1

Workflow file for this run

on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: test
jobs:
test:
runs-on: ubuntu-22.04
name: test
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo coverage
run: cargo xtask test