Skip to content

Add cmake min version #36

Add cmake min version

Add cmake min version #36

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
paths:
- Makefile
- test/**
- .github/workflows/**
pull_request:
branches: [ main ]
paths:
- Makefile
- test/**
- .github/workflows/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run test script
run: test/run-tests.sh