From c06a50bb3d3323db91c701188e527d3fe58fc16c Mon Sep 17 00:00:00 2001 From: Scott Marchant Date: Wed, 25 Jun 2025 13:19:05 -0600 Subject: [PATCH] ci: Adds wasm build to CI. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e6713b7..ff277424 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: secrets: inherit with: with_android: true + with_wasm: true pure-fluent-integration-test: if: ${{ !(github.event.pull_request.draft || false) }}