Separate integration tests into new go module.
This commit is contained in:
parent
8e45282748
commit
8728a9152f
6 changed files with 346 additions and 76 deletions
|
|
@ -41,7 +41,8 @@ else
|
|||
endif
|
||||
|
||||
install-jet-gen:
|
||||
go build -o ${GOPATH}/bin/${target} ../cmd/jet/
|
||||
cd ../cmd/jet && go install . && cd -
|
||||
|
||||
|
||||
jet-gen-postgres:
|
||||
jet -dsn=postgres://jet:jet@localhost:50901/jetdb?sslmode=disable -schema=dvds -path=./.gentestdata/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue