mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
added echoes to show if short mode is used
This commit is contained in:
parent
f01e8febb2
commit
3ee4d68658
2
.github/workflows/test-workflow.yml
vendored
2
.github/workflows/test-workflow.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user