Skip to content

Leasing implementation & source code refactorizations #15

Leasing implementation & source code refactorizations

Leasing implementation & source code refactorizations #15

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: Get apt dependencies
run: sudo apt-get install -y protobuf-compiler
- name: Run all unit tests
run: cargo test --workspace --verbose --lib --bins