Skip to content

Commit cdd9198

Browse files
dkegel-fastlydeadprogram
authored andcommitted
github: also do tinygo-test-wasi-fast on windows
1 parent 6055e6e commit cdd9198

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
- name: Build wasi-libc
7272
if: steps.cache-wasi-libc.outputs.cache-hit != 'true'
7373
run: make wasi-libc
74+
- name: Install wasmtime
75+
run: |
76+
scoop install wasmtime
7477
- name: Test TinyGo
7578
shell: bash
7679
run: make test GOTESTFLAGS="-v -short"
@@ -96,3 +99,5 @@ jobs:
9699
run: make smoketest TINYGO=$(PWD)/build/tinygo AVR=0 XTENSA=0
97100
- name: Test stdlib packages
98101
run: make tinygo-test
102+
- name: Test stdlib packages on wasi
103+
run: make tinygo-test-wasi-fast

0 commit comments

Comments
 (0)