Skip to content

docs: added json log format options #1884

docs: added json log format options

docs: added json log format options #1884

Workflow file for this run

name: tests
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: '1.24.x'
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -race -coverprofile=coverage.txt -covermode=atomic ./...