Skip to content

Commit b7a8448

Browse files
committed
build/windows: not just single thread
Signed-off-by: deadprogram <[email protected]>
1 parent c4ab8d4 commit b7a8448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
scoop install wasmtime
100100
- name: Test TinyGo
101101
shell: bash
102-
run: make test -j1 GOTESTFLAGS="-v -short"
102+
run: make test GOTESTFLAGS="-v -short"
103103
- name: Build TinyGo release tarball
104104
shell: bash
105105
run: make build/release -j4

0 commit comments

Comments
 (0)