enable asan/ubsan in ci

This commit is contained in:
Jörg Thalheim
2023-12-10 10:25:15 +00:00
committed by mergify[bot]
parent 00d3f014e7
commit f49cb87963
+1 -1
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