From 4521fdf021cda148ca12d6a772c248d391c58efa Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 28 Dec 2022 10:28:40 -0500 Subject: [PATCH] Only test --lib for wasm-pack --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 812d7ec8b0..140cd4d575 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,7 +147,7 @@ jobs: ${{ runner.os }}- - uses: jetli/wasm-pack-action@v0.4.0 - uses: jetli/wasm-bindgen-action@v0.2.0 - - run: wasm-pack test --node + - run: wasm-pack test --node --lib maturin-build: name: "maturin build"