Skip to content

added unit test CI

added unit test CI #1

Workflow file for this run

name: C unit test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test all libraries
run: make test