Skip to content

Create makefile.yml

Create makefile.yml #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run unit-tests
run: make test
- name: Run integration tests
run: make integration-test