mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-23 12:12:49 +01:00
pkg/client-sdk/wasm: build wasm (#238)
Signed-off-by: tiero <3596602+tiero@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/ark.unit.yaml
vendored
7
.github/workflows/ark.unit.yaml
vendored
@@ -4,12 +4,14 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "server/**"
|
||||
- "pkg/client-sdk/**"
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "server/**"
|
||||
- "pkg/client-sdk/**"
|
||||
|
||||
jobs:
|
||||
test-server:
|
||||
@@ -38,6 +40,7 @@ jobs:
|
||||
- run: go get -v -t -d ./...
|
||||
- name: unit testing
|
||||
run: make test
|
||||
|
||||
test-sdk:
|
||||
name: sdk unit tests
|
||||
runs-on: ubuntu-latest
|
||||
@@ -60,4 +63,4 @@ jobs:
|
||||
args: '-severity high -quiet ./...'
|
||||
- run: go get -v -t -d ./...
|
||||
- name: unit testing
|
||||
run: make test
|
||||
run: make test
|
||||
Reference in New Issue
Block a user