Skip to content

Hotfix: Fix wrong/missing use of transactions in kernel (#81) #70

Hotfix: Fix wrong/missing use of transactions in kernel (#81)

Hotfix: Fix wrong/missing use of transactions in kernel (#81) #70

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
with:
submodules: 'true'
- name: Configure and Build Unit Tests
uses: threeal/cmake-action@main
with:
c-compiler: gcc
run-build: true
build-dir: unit_tests
options: CMRX_UNIT_TESTS=ON
- name: Run unit Tests
run: cmake --build unit_tests -- test