Makefile: implement make db-tests
enables the option to run the DB tests locally that are executed in the github actions
This commit is contained in:
parent
1f8da3bd83
commit
00d3f07d08
8 changed files with 74 additions and 18 deletions
5
tools/dbtest-entrypoint.sh
Executable file
5
tools/dbtest-entrypoint.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
go version
|
||||
go test -tags=integration ./cmd/osbuild-composer-dbjobqueue-tests
|
||||
go test -tags=integration ./cmd/osbuild-service-maintenance
|
||||
Loading…
Add table
Add a link
Reference in a new issue