added echoes to show if short mode is used

This commit is contained in:
knoxfighter 2020-11-23 03:05:50 +01:00
parent f01e8febb2
commit 3ee4d68658

View File

@ -29,8 +29,10 @@ jobs:
run: |
cd src
if [[ -z "$factorio_password" ]]; then
echo "run only short tests"
go test ./... -v -test.short
else
echo "run full test suit"
go test ./... -v
fi
docker-push: