add first e2e case
This commit is contained in:
parent
9e702013c6
commit
93da136a94
8 changed files with 212 additions and 8 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -37,11 +37,11 @@ jobs:
|
|||
with:
|
||||
args: --timeout=10m -E gofmt
|
||||
|
||||
- name: Test
|
||||
- name: Test lib ssh
|
||||
run: go test -v -race -cover ./...
|
||||
working-directory: crypto/ssh
|
||||
|
||||
- name: Test
|
||||
- name: Test sshpiper
|
||||
run: go test -v -race -cover ./...
|
||||
|
||||
- name: create release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue