Skip to content

feat: add tanstack router #789

feat: add tanstack router

feat: add tanstack router #789

Workflow file for this run

on: [push]
name: Test
jobs:
build_and_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --release --all-features
working-directory: ./machine