Disable -race mode when running fully parallel tests (#31243)

Этот коммит содержится в:
Claudio Costa
2025-05-30 10:20:07 -06:00
коммит произвёл GitHub
родитель b7012952c4
Коммит 93aad1d1f0

2
.github/workflows/server-test-template.yml поставляемый
Просмотреть файл

@@ -59,7 +59,7 @@ jobs:
env:
BUILD_IMAGE: mattermostdevelopment/mattermost-build-server:${{ steps.go.outputs.GO_VERSION }}
run: |
if [[ ${{ github.ref_name }} == 'master' ]]; then
if [[ ${{ github.ref_name }} == 'master' && ${{ inputs.fullyparallel }} != true ]]; then
export RACE_MODE="-race"
fi
docker run --net ghactions_mm-test \