Skip to content

added runtime actor and removed chi from wasm server + fixed headers #23

added runtime actor and removed chi from wasm server + fixed headers

added runtime actor and removed chi from wasm server + fixed headers #23

Workflow file for this run

name: Go Test
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Get Code
uses: actions/checkout@v4
- name: Test
run: go test ./pkg/*