Skip to content

SILKIT-1439: Autonomous participants must return the no-sync timestam… #132

SILKIT-1439: Autonomous participants must return the no-sync timestam…

SILKIT-1439: Autonomous participants must return the no-sync timestam… #132

name: 'Linux + UB sanitizer'
on:
push:
branches: [ "main" ]
jobs:
clang12-ubsan-debug:
name: Undefined Behavior Sanitizer Tests
environment: public-github-runners
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang12-ubsan-debug
cmake-args: "-D SILKIT_BUILD_DASHBOARD=OFF"