terminal: disable integrity checks under Valgrind

This commit is contained in:
Mitchell Hashimoto
2025-08-20 14:05:09 -07:00
parent fec0defd04
commit 4fa7b412d4
4 changed files with 16 additions and 0 deletions

View File

@@ -1078,3 +1078,4 @@ jobs:
- name: valgrind
run: |
nix develop -c zig build test-valgrind -Dtest-filter="OSC"
nix develop -c zig build test-valgrind -Dtest-filter="Parser"