Part data model (#950)
This commit is contained in:
parent
736396fc70
commit
90d6c4ab41
27 changed files with 1431 additions and 949 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
|||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running Go build"
|
||||
go build .
|
||||
go build ./...
|
||||
|
||||
echo "==> Checking tests compile"
|
||||
go test -run=^$ .
|
||||
go test -run=^$ ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue