Skip to content

Tracing Re-Work and Context Support #147

Tracing Re-Work and Context Support

Tracing Re-Work and Context Support #147

Workflow file for this run

# this workflow will test the code in the parser package
name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
check-latest: true
- name: Test
run: go test -v --race ./...