Disable ssh check

This commit is contained in:
Frost Ming
2020-10-30 11:54:33 +08:00
parent 401da2e758
commit e6edaa6977
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -80,4 +80,4 @@ jobs:
PYTHONIOENCODING: 'utf-8'
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
run: |
pipenv run pytest -ra -n 4 --fulltrace tests
pipenv run pytest -ra -n 4 --fulltrace --timeout=60 tests