Skip to content

refactor(router): Create Handler type alias #31

refactor(router): Create Handler type alias

refactor(router): Create Handler type alias #31

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: cargo test --verbose