Skip to content

Update README.md per issue 44. #35

Update README.md per issue 44.

Update README.md per issue 44. #35

Workflow file for this run

name: Regression Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: get cmake and ninja
uses: lukka/get-cmake@latest
- name: run tests
run: |
git config --global user.email "ci@example.com"
git config --global user.name "CI"
git config --global init.defaultBranch master
./tests/run_all.sh