Skip to content

gRPC authentication as an option #14

gRPC authentication as an option

gRPC authentication as an option #14

Workflow file for this run

name: CI build
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17
- name: Test
run: make test