debian-forge-composer/tools/dbtest-entrypoint.sh
Florian Schüller 00d3f07d08 Makefile: implement make db-tests
enables the option to run the DB tests locally
that are executed in the github actions
2024-11-06 15:16:42 +01:00

5 lines
158 B
Bash
Executable file

#!/usr/bin/env bash
go version
go test -tags=integration ./cmd/osbuild-composer-dbjobqueue-tests
go test -tags=integration ./cmd/osbuild-service-maintenance