enable asan/ubsan in ci

This commit is contained in:
Jörg Thalheim 2023-12-10 11:03:00 +01:00 committed by mergify[bot]
parent 00d3f014e7
commit f49cb87963

View file

@ -47,7 +47,7 @@ jobs:
extra_nix_config: |
accept-flake-config = true
- name: Build
run: nix develop -c bash -c 'meson build && cd build && ninja'
run: nix develop -c bash -c 'meson setup -Db_sanitize=address,undefined build && ninja -C build'
- name: Run tests
run: nix develop -c pytest ./tests