Skip to content

Commit

Permalink
Run wasmd uni tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Nov 30, 2022
1 parent fc5ac47 commit 8c90ccb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ jobs:
set -o errexit
./build/wasmd.exe version
./build/wasmd.exe query wasm libwasmvm-version
- run:
name: Test
# Copy wasmvm.dll to system dir because we don't know the full path of the test binary
command: |
set -o errexit
/usr/bin/find $HOME/go/pkg/mod/github.com/ -name wasmvm.dll -exec cp "{}" /c/Windows/System32 \;
make test
benchmark:
executor: golang
Expand Down

0 comments on commit 8c90ccb

Please sign in to comment.