Skip to content

Create README.md

Create README.md #437

Workflow file for this run

name: unit-test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run unit tests
run:
make unit