Skip to content

Add progress reporting example #5

Add progress reporting example

Add progress reporting example #5

Workflow file for this run

name: Run Makefile targets
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: make test
- name: Run Build
run: make build