Skip to content

localcbfunc in logging code cannot acquire/release mycount->lock #8

localcbfunc in logging code cannot acquire/release mycount->lock

localcbfunc in logging code cannot acquire/release mycount->lock #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
mlnx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
uses: ./.github/actions/mlnx
with:
target: 'build'
- name: Build srcrpm
uses: ./.github/actions/mlnx
with:
target: 'srcrpm'
- name: Run tests
uses: ./.github/actions/mlnx
with:
target: 'test'