Skip to content

Commit fc5aa73

Browse files
committed
ci: Add ci stage that checks wasm compilation.
1 parent 3945e9c commit fc5aa73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ jobs:
1515
uses: graphqlswift/ci/.github/workflows/test.yaml@main
1616
with:
1717
include_android: false
18+
19+
wasm:
20+
runs-on: ubuntu-latest
21+
container: swift:6.1.0
22+
steps:
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
- run: swift build --swift-sdk wasm32-unknown-wasip1-threads
26+
uses: swiftwasm/setup-swiftwasm@v2

0 commit comments

Comments
 (0)