mirror of
https://github.com/Kagami/go-face.git
synced 2025-12-24 11:30:57 +08:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
all: test
|
|
precommit: gofmt-staged
|
|
|
|
gofmt-staged:
|
|
./gofmt-staged.sh
|
|
|
|
testdata:
|
|
git clone https://github.com/Kagami/go-face-testdata testdata
|
|
|
|
test: testdata
|
|
go test -v
|