Skip to content

feat: test algorithms with sanitizers and coverage #271

feat: test algorithms with sanitizers and coverage

feat: test algorithms with sanitizers and coverage #271

Workflow file for this run

name: macOS
on:
pull_request:
push:
branches: [ main ]
tags: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macOS:
name: macOS (latest)
uses: ./.github/workflows/ci.yml
with:
runner: macos-latest
test_matrix: >-
{
"include": [
{ "mode": "test", "CC": "gcc", "CXX": "g++", "buildtype": "release" }
]
}