File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
3+ orbs :
4+ 5+
36jobs :
47 # All checks on the codebase that can run in parallel to build_shared_library
58 libwasmvm_sanity :
@@ -179,6 +182,19 @@ jobs:
179182 command : make test-safety
180183 - run : make build-go
181184
185+ # Note: this is pretty limited right now because it only tests the checked-in
186+ # wasmvm.dll without rebuilding it.
187+ test-windows :
188+ executor :
189+ name : win/default
190+ shell : powershell.exe
191+ steps :
192+ - checkout
193+ - run : systeminfo
194+ - run :
195+ name : Run go tests using wasmvm.dll
196+ command : go test -v ./api ./types .
197+
182198 test_alpine_build :
183199 machine :
184200 image : ubuntu-2004:202101-01
@@ -282,6 +298,7 @@ workflows:
282298 - tidy-go
283299 - format-scripts
284300 - lint-scripts
301+ - test-windows
285302 - build_shared_library :
286303 filters : # required since other jobs with tag filters require this one
287304 tags :
You can’t perform that action at this time.
0 commit comments