rclone/vendor/github.com/pkg/sftp/Makefile

12 lines
226 B
Makefile
Raw Normal View History

2020-02-25 14:20:57 +00:00
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