Skip to content

Auto PR: Regenerating the Go SDK (7c8aed37a33d4c96e2e8954db35ab0002851bf43) #1364

Auto PR: Regenerating the Go SDK (7c8aed37a33d4c96e2e8954db35ab0002851bf43)

Auto PR: Regenerating the Go SDK (7c8aed37a33d4c96e2e8954db35ab0002851bf43) #1364

---
name: Unit Tests
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
unit-test:
runs-on: custom-linux-medium
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: ./.go-version
- name: Run unit tests
run: make test
# vim: set ts=2 sts=2 sw=2 et: