Skip to content

Auto PR: Regenerating the Go SDK (61c40928bddee3aa860739e9cac9e83a92586e7e) #617

Auto PR: Regenerating the Go SDK (61c40928bddee3aa860739e9cac9e83a92586e7e)

Auto PR: Regenerating the Go SDK (61c40928bddee3aa860739e9cac9e83a92586e7e) #617

Workflow file for this run

---
name: Unit Tests
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.19.5'
- name: Run unit tests
run: make test
# vim: set ts=2 sts=2 sw=2 et: