There was an error while loading. Please reload this page.
1 parent 415c3ac commit 3c3e730Copy full SHA for 3c3e730
.github/workflows/ci.yml
@@ -81,3 +81,13 @@ jobs:
81
chcp 65001
82
nmake.exe /nologo /f Makefile.nmake test
83
shell: cmd
84
+
85
+ wasm:
86
87
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
88
+ with:
89
+ enable_wasm_sdk_build: true
90
+ enable_linux_checks: false
91
+ enable_windows_checks: false
92
+ swift_flags: --target cmark-gfm
93
+ swift_nightly_flags: --target cmark-gfm
0 commit comments