Skip to content

Commit

Permalink
client: add the VS Code workspace file to handle the client module (#…
Browse files Browse the repository at this point in the history
…4658)

ref golang/go#32394

client: add the VS Code workspace file to handle the client module

Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato authored Feb 18, 2022
1 parent 602217e commit 103e35a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ GO_TOOLS_BIN_PATH := $(shell pwd)/../.tools/bin
PATH := $(GO_TOOLS_BIN_PATH):$(PATH)
SHELL := env PATH='$(PATH)' GOBIN='$(GO_TOOLS_BIN_PATH)' $(shell which bash)

default: static tidy test

test:
CGO_ENABLE=1 go test -race -cover

Expand Down
11 changes: 11 additions & 0 deletions pd.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "client"
}
],
"settings": {}
}

0 comments on commit 103e35a

Please sign in to comment.