Skip to content

Add bare Chain Replication implementation & a bunch of fixes #8

Add bare Chain Replication implementation & a bunch of fixes

Add bare Chain Replication implementation & a bunch of fixes #8

Workflow file for this run

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