diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 158c282..f7e6530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - needs: [lint-typecheck, test] + needs: [lint-typecheck] steps: - uses: actions/checkout@v4