mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
ci: run all valgrind tests
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user