mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-05 05:07:38 +08:00
11 lines
104 B
Makefile
11 lines
104 B
Makefile
default: build
|
|
|
|
build:
|
|
go build
|
|
|
|
test:
|
|
go test -v ./...
|
|
|
|
benchmark:
|
|
go test -benchmem -bench=. ./...
|