Skip to content

Commit 43ea6a3

Browse files
committed
chore: running integration test on github ci
1 parent 2d697de commit 43ea6a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
3030
- name: Environment list
3131
run: env
32+
- name: Integration test
33+
run: go test -run TestOutboundWASM --tags integration -race -v ./...
3234
# - name: Test
3335
# run: make test
3436
# - name: Build

0 commit comments

Comments
 (0)