This commit is contained in:
Boshi Lian 2022-07-06 19:29:34 +00:00
parent 3047473814
commit 607c3d05eb
3 changed files with 11 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
args: --timeout=10m -E gofmt
- name: Test lib ssh
run: go test -v -race -cover ./...
run: go test -v -cover ./...
working-directory: crypto/ssh
- name: Test sshpiper