Skip to content

chore: generalize type of body #14

chore: generalize type of body

chore: generalize type of body #14

Workflow file for this run

name: Unit tests
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run unit tests
run: |
cargo test --verbose