Skip to content

fix: message handling in unfold / unbatch #138

fix: message handling in unfold / unbatch

fix: message handling in unfold / unbatch #138

Workflow file for this run

name: Rust
on:
push:
branches:
- main
- release/**
pull_request:
jobs:
lint:
name: "Linting"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
name: Checkout code
- run: cargo check
- run: cargo fmt --check
test:
name: "Tests"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
name: Checkout code
- name: Run Zookeeper and Kafka
run: sh scripts/run-kafka.sh
- name: Run tests
run: cargo test