Skip to content

Re-enable macOS CI

Re-enable macOS CI #10

Workflow file for this run

name: C-language CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: make WERROR=1 all
- run: ./scripts/test-gen-decode.sh