Skip to content

fix: error handling for route_order and some order duplication #46

fix: error handling for route_order and some order duplication

fix: error handling for route_order and some order duplication #46

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/cargo@v1
with:
command: test