ci: run all valgrind tests

This commit is contained in:
Mitchell Hashimoto
2025-08-21 06:58:06 -07:00
parent 96a0b9021c
commit 793e817d74

View File

@@ -1072,11 +1072,6 @@ jobs:
sudo apt update -y
sudo apt install -y valgrind libc6-dbg
# Currently, the entire Ghostty test suite does not pass Valgrind.
# As we incrementally add areas that pass, we'll add more filters here.
# Ultimately, we'll remove the filter and run the full suite.
- name: valgrind
run: |
nix develop -c zig build test-valgrind -Dtest-filter="OSC"
nix develop -c zig build test-valgrind -Dtest-filter="Parser"
nix develop -c zig build test-valgrind -Dtest-filter="PageList"
nix develop -c zig build test-valgrind