diff --git a/.github/workflows/test-check.yaml b/.github/workflows/test-check.yaml index ee94381cb..6fde673a7 100644 --- a/.github/workflows/test-check.yaml +++ b/.github/workflows/test-check.yaml @@ -117,7 +117,7 @@ jobs: - name: "🔬 Running transformers tests" if: always() && steps.install.outcome == 'success' run: | - pytest tests/llmcompressor/transformers/compression -v + pytest tests/llmcompressor/transformers/finetune -v - name: Run Finetune Tests if: always() && steps.install.outcome == 'success' run: |