mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 14:26:42 +01:00
12 lines
226 B
Makefile
12 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
|
|
|
|
|