Skip to content

fix : grpc server content type choose #54

fix : grpc server content type choose

fix : grpc server content type choose #54

Workflow file for this run

name: Run tests
on: [ push ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Run tests
id: tests
env:
IN_TRAVIS_CI: yes
ENABLE_DOCKER_TEST: yes
run: go test -v ./...