Skip to content

feat: Routing Engine #11

feat: Routing Engine

feat: Routing Engine #11

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