Skip to content

PROTO-3036 attempt to debug stalling #29

PROTO-3036 attempt to debug stalling

PROTO-3036 attempt to debug stalling #29

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Test
uses: robherley/go-test-action@v0.4.1