We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098921e commit 96e5682Copy full SHA for 96e5682
1 file changed
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
go test -v ./authorized_keys/...
57
58
- name: Run integration tests
59
+ env:
60
+ INSECURE_IGNORE_HOST_KEY: YES
61
run: go test -v -timeout 5m -run . ./...
62
63
- name: Stop test SSH server
0 commit comments