diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45e74e5..a64be92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: - name: Lint code run: make lint - - name: Run tests - run: make test - - name: Check PR status run: | if [ -n "$(git diff --name-only ${{ github.base_ref }}..${{ github.head_ref }})" ]; then