Skip to content

Commit 505c544

Browse files
scottmarchantclaude
andcommitted
ci: build for WebAssembly in CI
`vapor/ci`'s reusable unit-test workflow already knows how to build a package for `wasm32-unknown-wasip1`; sqlite-kit simply had not opted in. Turn the lane on so the SwiftNIO-free path cannot regress unnoticed. sql-kit already passes `with_wasm: true` to the same workflow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f2ca5ad commit 505c544

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
contents: read
1313
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
1414
secrets: inherit
15+
with:
16+
with_wasm: true
1517

1618
# Make sure downstream dependents still work
1719
dependents-check:

0 commit comments

Comments
 (0)