Skip to content

Add Makefile.all

Add Makefile.all #8

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
working-directory: ${{github.workspace}}/tests
run: |
make test