forked from TrueCloudLab/restic
Run sftp integration test in a subshell
This commit is contained in:
parent
1954680c9e
commit
616170ed2e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ script:
|
|||
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||
- "stat --printf='binary size: %s' restic"
|
||||
- go test -v ./...
|
||||
- cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./...
|
||||
- ./testsuite.sh
|
||||
- sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."
|
||||
- gofmt -l *.go */*.go */*/*.go
|
||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||
|
|
Loading…
Reference in a new issue