Skip to content

Commit 8656be9

Browse files
committed
add kind ci test
1 parent f579c79 commit 8656be9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Test
4040
run: go test -v ./... --race
4141

42+
- name: E2E Test
43+
env:
44+
KIND_E2E_TESTS: yes
45+
run: go test -timeout 20m -v ./e2e/...
46+
4247
- name: Build
4348
run: go build -v ./...
4449

0 commit comments

Comments
 (0)