We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7b09e commit 719505aCopy full SHA for 719505a
Makefile
@@ -93,7 +93,7 @@ deps:
93
94
test:
95
hack/verify-codegen.sh
96
- @go test ./pkg/...
+ GO111MODULE=on go test ./...
97
98
e2e: docker # build operator image to be tested
99
cd e2e; make tools test clean
delivery.yaml
@@ -32,7 +32,7 @@ pipeline:
32
- desc: 'Run unit tests'
33
cmd: |
34
export PATH=$PATH:$HOME/go/bin
35
- go test ./pkg/...
+ go test ./...
36
- desc: 'Run e2e tests'
37
38
make e2e
0 commit comments