Skip to content

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

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

Workflow file for this run

name: testing
on:
workflow_dispatch:
pull_request:
push:
branches: [ "master" ]
tags: [ "*" ]
jobs:
testing:
uses: ./.github/workflows/reusable-testing.yml
strategy:
matrix:
runs-on:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
build-type:
- Debug
- ReleaseWithDebInfo
with:
runs-on: ${{ matrix.runs-on }}
build-type: ${{ matrix.runs-on }}