Skip to content

Do not #include platform.h in headers #342

Do not #include platform.h in headers

Do not #include platform.h in headers #342

name: MacOS Unit Tests
on:
pull_request:
branches: [ master ]
jobs:
macos_unit_tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: brew install lmdb automake openssl pcre
- name: Run autotools / configure
run: ./autogen.sh --enable-debug
- name: Compile and link
run: make -j8 CFLAGS="-Werror -Wall"
- name: Run unit tests
run: make -C tests/unit check