Skip to content

Commit

Permalink
ci: enables wasi-testsuite on Windows (#1133)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
  • Loading branch information
mathetake authored Feb 16, 2023
1 parent 2309db9 commit b7a7570
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12] #todo: windows-2022
os: [ubuntu-20.04, macos-12, windows-2022]

steps:
# TODO: remove cargo/rust parts after https://github.com/WebAssembly/wasi-testsuite/issues/49
Expand Down Expand Up @@ -276,8 +276,10 @@ jobs:
- name: Checkout wasi-testsuite
uses: actions/checkout@v3
with:
# TODO: after https://github.com/WebAssembly/wasi-testsuite/pull/55 is merged and synced,
# Use the upstream repo and point to prod/testsuite-base branch (or specific commit in there).
repository: tetratelabs/wasi-testsuite
ref: wazero
ref: wazero-python-adapter

- name: Initialize Python environment
uses: actions/setup-python@v4
Expand Down Expand Up @@ -309,5 +311,5 @@ jobs:
-t ./tests/assemblyscript/testsuite/ \
./tests/c/testsuite/ \
./tests/rust/testsuite/ \
-f ./tests/rust/skip.json \
-r ./adapters/wazero.sh
-f ./adapters/wazero_skip.json \
-r ./adapters/wazero.py

0 comments on commit b7a7570

Please sign in to comment.