mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-06 02:38:13 +00:00
7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
all:
|
||
|
go test ./...
|
||
|
env GOOS=linux GOARCH=386 go test ./...
|
||
|
go test ./... -short -race
|
||
|
go test ./... -run=nothing -bench=. -benchmem
|
||
|
go vet
|