Skip to content

feat: Build Estimators in Routes Indexer #12

feat: Build Estimators in Routes Indexer

feat: Build Estimators in Routes Indexer #12

Workflow file for this run

name: Test Suite
on: [ pull_request, push ]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features