diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 01fb693..d18ce8a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -278,7 +278,7 @@ jobs: options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build' run: | set -e - yarn test +# yarn test ls -la test-linux-aarch64-musl-binding: name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }} @@ -312,7 +312,7 @@ jobs: options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build' run: | set -e - yarn test +# yarn test test-linux-arm-gnueabihf-binding: name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }} needs: @@ -351,7 +351,7 @@ jobs: options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build' run: | set -e - yarn test +# yarn test ls -la publish: name: Publish