Skip to content

feat(nexus): msg dispatcher for routing messages from the wasm connection router to the nexus module #6716

feat(nexus): msg dispatcher for routing messages from the wasm connection router to the nexus module

feat(nexus): msg dispatcher for routing messages from the wasm connection router to the nexus module #6716

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
go-version:
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v2
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go test ./...