diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b14ec4f..bd1027df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: - name: Run LIT tests if: ${{ !cancelled() }} run: | - lit lit_tests/ + lit lit_tests/ -v - name: MyPy Type Checking if: ${{ !cancelled() }}