diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-08-20 19:46:36 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-08-20 19:46:37 -0700 |
| commit | 2cebc225c038e0a2245f840244b9b8063148ad10 (patch) | |
| tree | 864b9ee02e34079566020dce7e0c360efd9197bd | |
| parent | 4fa7b412d400d73c53ef2e3edbc65ce8e2c32154 (diff) | |
ci: failing pagelist tests
on purpose, so we can verify CI fails
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 021fa3b32..ea4448bf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1079,3 +1079,4 @@ jobs: 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" |
