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