Skip to content

Update Makefile and build CI file #47

Update Makefile and build CI file

Update Makefile and build CI file #47

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make
run: make all
- name: Run tests
run: make test