.github/workflows: use fast compression for NPM package CI check

Starting with #5946 we're compressing main.wasm when building the
package, but that should not show down the CI check.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
Mihai Parparita 2022-10-17 15:24:03 -07:00 committed by Mihai Parparita
parent 7741e9feb0
commit 37da617380

View File

@ -39,7 +39,7 @@ jobs:
# that depend on it.
run: |
./tool/go run ./cmd/tsconnect --fast-compression build
./tool/go run ./cmd/tsconnect build-pkg
./tool/go run ./cmd/tsconnect --fast-compression build-pkg
- uses: k0kubun/action-slack@v2.0.0
with: