From 60f8e83bffa6da4cdfe772b5a18197e25ce5b8f6 Mon Sep 17 00:00:00 2001 From: themuffinator Date: Wed, 26 Aug 2026 18:09:22 +0100 Subject: [PATCH] ci: run texture filtering contract in workflows --- .github/workflows/commit-validation.yml | 2 ++ .github/workflows/push-verification.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/commit-validation.yml b/.github/workflows/commit-validation.yml index a1117fbe..0a31aeb9 100644 --- a/.github/workflows/commit-validation.yml +++ b/.github/workflows/commit-validation.yml @@ -208,6 +208,7 @@ jobs: tools/tests/renderer_classic_deform_domain.py \ tools/tests/renderer_msaa_cvar_safety.py \ tools/tests/renderer_picmip_policy.py \ + tools/tests/renderer_texture_filter.py \ tools/tests/renderer_player_visibility.py \ tools/tests/renderer_screenshot_readback.py \ tools/tests/renderer_supersampling_safety.py \ @@ -361,6 +362,7 @@ jobs: python tools/tests/renderer_classic_deform_domain.py python tools/tests/renderer_msaa_cvar_safety.py python tools/tests/renderer_picmip_policy.py + python tools/tests/renderer_texture_filter.py python tools/tests/renderer_player_visibility.py python tools/tests/renderer_screenshot_readback.py python tools/tests/renderer_supersampling_safety.py diff --git a/.github/workflows/push-verification.yml b/.github/workflows/push-verification.yml index 43406dcc..88cccbce 100644 --- a/.github/workflows/push-verification.yml +++ b/.github/workflows/push-verification.yml @@ -208,6 +208,7 @@ jobs: tools/tests/renderer_classic_deform_domain.py \ tools/tests/renderer_msaa_cvar_safety.py \ tools/tests/renderer_picmip_policy.py \ + tools/tests/renderer_texture_filter.py \ tools/tests/renderer_player_visibility.py \ tools/tests/renderer_screenshot_readback.py \ tools/tests/renderer_supersampling_safety.py \ @@ -361,6 +362,7 @@ jobs: python tools/tests/renderer_classic_deform_domain.py python tools/tests/renderer_msaa_cvar_safety.py python tools/tests/renderer_picmip_policy.py + python tools/tests/renderer_texture_filter.py python tools/tests/renderer_player_visibility.py python tools/tests/renderer_screenshot_readback.py python tools/tests/renderer_supersampling_safety.py