Skip to content

Enable ASAN for unit tests #199

Enable ASAN for unit tests

Enable ASAN for unit tests #199

Workflow file for this run

name: doxygen
on: [push,pull_request]
jobs:
build:
name: doxygen-test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: install doxygen
run: |
sudo apt install doxygen
- name: run doxygen
run: |
cd docs
doxygen Doxyfile