debian-forge-composer/tools/dbtest-prepare-env.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

6 lines
102 B
Bash
Executable file

#!/usr/bin/env bash
pushd $(mktemp -d)
go mod init temp
go install github.com/jackc/tern@latest
popd