Skip to content

Update google.golang.org/grpc to 1.56.3 #363

Update google.golang.org/grpc to 1.56.3

Update google.golang.org/grpc to 1.56.3 #363

Workflow file for this run

on: ["push","pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test-coverage
run: |
make goveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}