Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |