Skip to content

feat: conditionalize generic flattening and type casting for streams v1+ #21

feat: conditionalize generic flattening and type casting for streams v1+

feat: conditionalize generic flattening and type casting for streams v1+ #21

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths-ignore:
- "docs/**"
- "helm/**"
- "assets/**"
- "**.md"
push:
branches:
- main
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test