Skip to content

feat: advance optframe #30

feat: advance optframe

feat: advance optframe #30

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: Run basic make
run: make
- name: Run tests (test_local)
run: make test_local
- name: Run tests (test_package)
run: make test_package