Skip to content

Commit

Permalink
add test case for Wasm build (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
localvar committed Jun 30, 2022
1 parent d3732f5 commit 4286c2b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,20 @@ jobs:
- name: Test
run: |
make integration_test
test-build-wasmhost:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Go 1.x.y
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}

- name: Checkout codebase
uses: actions/checkout@v3

- name: Test
run: |
make wasm

0 comments on commit 4286c2b

Please sign in to comment.