Separate integration tests into new go module.

This commit is contained in:
go-jet 2026-04-04 19:27:20 +02:00
parent 8e45282748
commit 8728a9152f
6 changed files with 346 additions and 76 deletions

View file

@ -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/