Skip to content

Commit efa7d41

Browse files
committed
implement conformance test with e2e framework
1 parent b3b196c commit efa7d41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+7063
-994
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,6 @@ zz_generated.openapi.go
167167

168168
#Tilt files.
169169
.tiltbuild
170+
171+
# sshuttle
172+
sshuttle.pid

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ issues:
2626
- "G108: Profiling endpoint is automatically exposed on /debug/pprof"
2727
run:
2828
timeout: 6m
29+
build-tags:
30+
- e2e
31+
2932
skip-files:
3033
- "zz_generated.*\\.go$"
3134
- ".*_mock\\.go"

0 commit comments

Comments
 (0)