Skip to content

Add apteryx_query_full #29

Add apteryx_query_full

Add apteryx_query_full #29

Workflow file for this run

name: Run unit tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y libcunit1-dev
- name: Build
run: make
- name: Run tests
run: make test