ci: Suppress libSDL memory leaks.

[no changelog]
pull/2072/head
Andrew Kozlik 2 years ago committed by matejcik
parent 242b5f956c
commit ebc07fd6db

@ -29,6 +29,7 @@ core unit test asan:
variables:
RUSTC_BOOTSTRAP: "1"
RUSTFLAGS: "-Z sanitizer=address"
LSAN_OPTIONS: "suppressions=../../asan_suppressions.txt"
script:
- nix-shell --run "poetry run make -C core test | ts -s"
- nix-shell --run "poetry run make -C core test_rust | ts -s"

Loading…
Cancel
Save