Skip to content

Commit

Permalink
workflow: fix windows wasi make target
Browse files Browse the repository at this point in the history
  • Loading branch information
dgryski committed May 1, 2024
1 parent a557c4d commit 3ed67e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,7 @@ jobs:
shell: bash
working-directory: build
run: 7z x release.zip -r
- name: Test stdlib packages on wasi
run: make tinygo-test-wasi-fast TINYGO=$(PWD)/build/tinygo/bin/tinygo
- name: Test stdlib packages on wasip1
run: make tinygo-test-wasip1-fast TINYGO=$(PWD)/build/tinygo/bin/tinygo
- name: Test stdlib packages on wasip2
run: make tinygo-test-wasip2-fast TINYGO=$(PWD)/build/tinygo/bin/tinygo

0 comments on commit 3ed67e6

Please sign in to comment.