Skip to content

Reset client->send_offset on reinit #70

Reset client->send_offset on reinit

Reset client->send_offset on reinit #70

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
quick-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install cmocka
run: |
sudo apt-get update
sudo apt-get install libcmocka-dev
- name: make
run: make
- name: make check
run: make check