Skip to content

Commit 96e5682

Browse files
committed
ci: add INSECURE_IGNORE_HOST_KEY env var for integration tests
1 parent 098921e commit 96e5682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
go test -v ./authorized_keys/...
5757
5858
- name: Run integration tests
59+
env:
60+
INSECURE_IGNORE_HOST_KEY: YES
5961
run: go test -v -timeout 5m -run . ./...
6062

6163
- name: Stop test SSH server

0 commit comments

Comments
 (0)