Skip to content

Hotfix/change cmake version #181

Hotfix/change cmake version

Hotfix/change cmake version #181

Workflow file for this run

name: Unittest - shunit2
on:
push:
pull_request:
jobs:
unittest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Unittest
run: |
cd tests
./runner.sh