Skip to content

added shared elementfor grpc and http serve #3

added shared elementfor grpc and http serve

added shared elementfor grpc and http serve #3

Workflow file for this run

name: Test Go
on:
- push
- pull_request
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run tests
run: make test