kadmium 0.6.0

A broadcast protocol implementation based on Kadcast.
Documentation
on:
  pull_request:
  push:
    branches:
      - main

name: tests

jobs:
  test:
    name: cargo test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true
      - uses: taiki-e/install-action@cargo-hack

      - name: Run tests with each feature
        run: cargo hack test --each-feature