mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
added go test on windows
This commit is contained in:
parent
025be83029
commit
dc62f48ac7
10
.github/workflows/test-workflow.yml
vendored
10
.github/workflows/test-workflow.yml
vendored
@ -35,6 +35,16 @@ jobs:
|
||||
echo "run full test suit"
|
||||
go test ./... -v
|
||||
fi
|
||||
- if: contains(matrix.os, 'windows')
|
||||
run: |
|
||||
cd src
|
||||
IF DEFINED factorio_password (
|
||||
echo "run full test suit"
|
||||
go test ./... -v
|
||||
) ELSE (
|
||||
echo "run only short tests"
|
||||
go test ./... -v -test.short
|
||||
)
|
||||
docker-push:
|
||||
needs: [test-npm, test-go]
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user