Skip to content

Ensure MCP clients are closed in every command #106

Ensure MCP clients are closed in every command

Ensure MCP clients are closed in every command #106

Workflow file for this run

name: Run go tests
on:
pull_request:
paths:
- '**.go'
push:
branches:
- main
- master
tags-ignore:
- '**'
paths:
- '**.go'
concurrency:
group: mcp-go-test
cancel-in-progress: true
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
id: go
- name: Run tests
run: go test -race -v ./...