Progress on schema and fixing unittests
This commit is contained in:
parent
a518ca79da
commit
b75cee5e84
6 changed files with 130 additions and 123 deletions
4
Makefile
4
Makefile
|
|
@ -19,4 +19,8 @@ bindata:
|
|||
-nometadata \
|
||||
-o internal/bindata/bindata.go -pkg bindata \
|
||||
data/...;
|
||||
|
||||
test-internal:
|
||||
@$(GO) test -v ./internal/...
|
||||
|
||||
.PHONY: bindata
|
||||
|
|
|
|||
Loading…
Reference in a new issue