Skip to content

add to main

add to main #1057

Workflow file for this run

name: Run Go Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19.6'
- name: Run Tests
run: |
npm install
npm run generate.go
cd ./clients/go/test
go test