Skip to content

Bug fixing & Several missing features added #1

Bug fixing & Several missing features added

Bug fixing & Several missing features added #1

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 unit tests
run: cargo test --workspace --verbose