diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 642f77e9..d4d8cb9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,4 +38,3 @@ jobs: run: test -z "$(git status --porcelain)" - name: Run tests run: pnpm test - if: matrix.platform == 'ubuntu-latest'