1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/integration/run-tests.sh

7 lines
162 B
Bash
Raw Normal View History

2020-05-20 13:41:23 +02:00
#!/usr/bin/env bash
pushd ..
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags release -o piper
go test -tags=integration -timeout 20m ./integration/...
2020-05-20 13:41:23 +02:00
popd