Skip to content

Merge pull request #87 from billhails/cekf-structs #130

Merge pull request #87 from billhails/cekf-structs

Merge pull request #87 from billhails/cekf-structs #130

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make TESTING=yes
- name: Run check
run: make test TESTING=yes