Skip to content

Fix failing Java test, rephrase option's description #850

Fix failing Java test, rephrase option's description

Fix failing Java test, rephrase option's description #850

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