Skip to content

Don't try to start the traces exporter if one isn't configured #5910

Don't try to start the traces exporter if one isn't configured

Don't try to start the traces exporter if one isn't configured #5910

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Tests
run: go test -race -v ./...