Skip to content

Merge pull request #93 from clar-test/ethomson/fixtures #14

Merge pull request #93 from clar-test/ethomson/fixtures

Merge pull request #93 from clar-test/ethomson/fixtures #14

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out
uses: actions/checkout@v2
- name: Build
run: |
cd test
make