ci: run all valgrind tests

pull/8319/head
Mitchell Hashimoto 2025-08-21 06:58:06 -07:00
parent 96a0b9021c
commit 793e817d74
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 6 deletions

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