From 288665a604442888940f637062a436335e3f0d26 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 22 Feb 2024 10:10:25 -0600 Subject: [PATCH] m --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f651a37..742f95e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,4 +65,4 @@ jobs: - name: Run tests in wasm env: CC: clang - run: wasm-pack test --node + run: wasm-pack test --all-features --node