Skip to content

refactor: replaces the loose map[string]any CLI/daemon protocol with … #17

refactor: replaces the loose map[string]any CLI/daemon protocol with …

refactor: replaces the loose map[string]any CLI/daemon protocol with … #17

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: julia-actions/setup-julia@v2
- run: go test -C go -v -timeout 300s