Skip to content

Allow customizable emin instead of default emin=1-emax #32

Allow customizable emin instead of default emin=1-emax

Allow customizable emin instead of default emin=1-emax #32

Workflow file for this run

name: run-c-tests
on:
push:
jobs:
build-and-run-c-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install check library
run: |
sudo apt update
sudo apt install -y check
- name: Build and run C tests
run: make ctest
- name: Build and run library tests
run: make libtest