Skip to content

fix: collection hash indexing #296

fix: collection hash indexing

fix: collection hash indexing #296

Workflow file for this run

name: Build & Test
on:
pull_request:
branches:
- main
- helius
env:
RUST_TOOLCHAIN: stable
jobs:
test-asset-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cd digital_asset_types
cargo build
cargo test
shell: bash
build-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cd das_api
cargo build
shell: bash