File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ azure.json
23
23
24
24
# OSX trash
25
25
.DS_Store
26
+
27
+ .idea /
Original file line number Diff line number Diff line change 6
6
clean : all
7
7
variables :
8
8
- group : kubernetes-kms
9
- - name : GOPATH
10
- value : ' $(system.defaultWorkingDirectory)/gopath'
11
9
12
10
steps :
13
11
- task : GoTool@0
14
12
inputs :
15
- version : 1.14.2
13
+ version : 1.15
16
14
- script : V=1 make build
17
15
displayName : Build
18
16
- script : make unit-test
Original file line number Diff line number Diff line change @@ -59,14 +59,7 @@ integration-test:
59
59
60
60
unit-test :
61
61
@echo " Running Unit Tests..."
62
- ifndef CI
63
- @echo "Running Unit Tests outside CI..."
64
- $Q go env
65
62
go test -race -v -count=1 ` go list ./... | grep -v client`
66
- else
67
- @echo "Running Unit Tests inside CI..."
68
- go test -race $(shell go list ./... | grep -v /test/e2e) -v
69
- endif
70
63
71
64
.PHONY : mod
72
65
mod :
You can’t perform that action at this time.
0 commit comments