diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ad874..30b96c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: name: package path: cldn-ip-0.0.0-dev.tgz - test: + test-node: name: Test on Node.js ${{ matrix.node }} runs-on: ubuntu-latest needs: build @@ -103,8 +103,6 @@ jobs: test-bun: name: Test on Bun runs-on: ubuntu-latest - needs: build - steps: - name: Checkout repository uses: actions/checkout@v6 @@ -121,7 +119,7 @@ jobs: publish: name: Publish needs: - - test + - test-node - test-deno - test-bun if: github.event_name == 'release'