Skip to content

fix: generics with nest infering #27

fix: generics with nest infering

fix: generics with nest infering #27

Workflow file for this run

name: CI Tests
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test --all