blob: 781fe1f5a1db841d62bad1ac1a1a359724711481 [file]
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