forked from lix-project/nix-eval-jobs
enable asan/ubsan in ci
This commit is contained in:
parent
00d3f014e7
commit
f49cb87963
2
.github/workflows/nix-github-actions.yml
vendored
2
.github/workflows/nix-github-actions.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue