Skip to content

Add cmake_min_version to tests #37

Add cmake_min_version to tests

Add cmake_min_version to tests #37

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