Skip to content

add testing workflow #1

add testing workflow

add testing workflow #1

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
run: |
make test