Skip to content

Make sure RPC is tidied up when shared library is unloaded #30

Make sure RPC is tidied up when shared library is unloaded

Make sure RPC is tidied up when shared library is unloaded #30

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