Skip to content

Simplify the example program with some more flow (#84) #99

Simplify the example program with some more flow (#84)

Simplify the example program with some more flow (#84) #99

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: Default target
run: make
- name: Run tests
run: make WHAT=blue_test compile run