Skip to content

refactor: Organize the observability components of Cloudwego #68

refactor: Organize the observability components of Cloudwego

refactor: Organize the observability components of Cloudwego #68

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
unit-benchmark-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Unit Test
run: make test