Skip to content

added global makefile #2

added global makefile

added global makefile #2

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