Skip to content

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports #5

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports #5

Workflow file for this run

name: valgrind
on:
workflow_dispatch:
pull_request:
push:
branches: [ "master" ]
tags: [ "*" ]
jobs:
testing:
uses: ./.github/workflows/reusable-testing.yml
with:
runs-on: ubuntu-22.04
build-type: ReleaseWithDebInfo
use-valgrind: true