aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/clar/.github/workflows/ci.yml
blob: b1ac2de460af9e2aaa449f346c5b9c9b1520c83a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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