mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-30 20:32:49 +01:00
11 lines
226 B
Makefile
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
|
|
|
|
|