Skip to content

Merge pull request #702 from NAICNO/larstha-667-help #103

Merge pull request #702 from NAICNO/larstha-667-help

Merge pull request #702 from NAICNO/larstha-667-help #103

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make build
- name: Test
run: |
make test
make regress