Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #206

Bump google.golang.org/grpc from 1.53.0 to 1.56.3

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #206

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: build
run: make build
- name: prepare config
run: bin/speechly config add --apikey APIKEY --name default --skip-online-validation
- name: Test
run: make test