diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4221fab..ebc1c07 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - tasks: [lint, build, typecheck, test] + # tasks: [lint, build, typecheck, test] + tasks: [build, typecheck, test] steps: - name: Check out code