added vscode settings for testing
This commit is contained in:
parent
89669af3ae
commit
dfe2881cd5
@ -8,7 +8,14 @@ env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
|
|||||||
|
|
||||||
### tests
|
### tests
|
||||||
Navigate to agent directory
|
Navigate to agent directory
|
||||||
|
|
||||||
```
|
```
|
||||||
go test -vet=off
|
go test -vet=off
|
||||||
|
```
|
||||||
|
|
||||||
|
Add to settings.json
|
||||||
|
```
|
||||||
|
"go.testFlags": [
|
||||||
|
"-vet=off"
|
||||||
|
],
|
||||||
|
"go.testTags": "TEST"
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user