Skip to content

re-work/refactor types, symbols, and their relations (and others changes and renames) #289

re-work/refactor types, symbols, and their relations (and others changes and renames)

re-work/refactor types, symbols, and their relations (and others changes and renames) #289

Workflow file for this run

name: test-suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: run cmake
run: cmake CMakeLists.txt
- name: run make
run: make
- name: run tests
run: ./test-suite