Skip to content

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

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 #6

Workflow file for this run

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