mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
added tests to makefile
This commit is contained in:
@ -34,10 +34,12 @@ osx: deps
|
||||
linux: deps
|
||||
GOARCH=$(ARCH) GOOS=linux go build $(LDFLAGS) -o $(PROG)-linux-$(ARCH)
|
||||
|
||||
|
||||
bundle:
|
||||
rice embed-go
|
||||
|
||||
test:
|
||||
go test -v
|
||||
|
||||
|
||||
dev: clean all
|
||||
|
||||
|
Reference in New Issue
Block a user