/
githubmirror
/
postgres-compatibility-tests
Обзор
Документация
Войти
/
githubmirror
/
postgres-compatibility-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
apps/go/url-shortener/docker-init.bash
16 строк
286 B
Timofey Koolin
run shortener test
11 сен 2023, 12:37
11 сен 2023, 12:37
33678ff
Код
Авторство
О чём код?
#!/bin/bash set -eu apt-get update && apt-get install -y patch go install github.com/jstemmer/go-junit-report/v2@v2.0.0 mkdir -p /project/sources/ cp -R /original-sources/. /project/sources/ cd /project/sources/ # cache binary echo "Build test binary" go test -c -o ./test.binary