Skip to content

Prevent mutex deadlock #152

Prevent mutex deadlock

Prevent mutex deadlock #152

Workflow file for this run

name: Host tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
#Run perl5 script to verify file sizies in controls_xxx.txt files
#Compile
- name: compile and run all host tests
run:
make host-test-all