Skip to content

Apply mutex lock guard around notification write after obtaining from… #170

Apply mutex lock guard around notification write after obtaining from…

Apply mutex lock guard around notification write after obtaining from… #170

Workflow file for this run

on: push
jobs:
container:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Update package manager
run: apt-get update
- name: Install dependencies
run: apt-get -y install clang cmake git
- name: CMake
run: cmake -S. -B build
- name: CMake build
run: cmake --build build
- name: Run tests
run: ./build/test/engine_tests && ./build/test/net_tests