Skip to content

Testing other github actions config #4

Testing other github actions config

Testing other github actions config #4

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
- name: Run Build (Windows)
run: make build-windows