filestash/vendor/github.com/pkg/sftp/Makefile
2020-01-20 17:12:09 +11:00

11 lines
226 B
Makefile

integration:
go test -integration -v
go test -testserver -v
go test -integration -testserver -v
integration_w_race:
go test -race -integration -v
go test -race -testserver -v
go test -race -integration -testserver -v