Skip to content

[no-release-notes] tracing infra #1075

[no-release-notes] tracing infra

[no-release-notes] tracing infra #1075

Workflow file for this run

name: unit_race
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: |
go mod download
- name: unit_race
run: |
go test -race ./go/...