Skip to content
Snippets Groups Projects
Commit a49a760c authored by ktr0731's avatar ktr0731
Browse files

remove .circleci

parent dafe77b2
Branches
No related tags found
No related merge requests found
version: 2
jobs:
build:
working_directory: /go/grpc-web-go-client
docker:
- image: circleci/golang:1.12
steps:
- checkout
- run:
name: build
command: CGO_ENABLED=0 go build ./grpcweb
- run:
name: test
command: CGO_ENALBED=0 go test -v -race ./grpcweb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment