From 4adef856d52d8d28f930ecd0427de37a92d8cc6a Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:47:06 +0100 Subject: [PATCH] Remove race detection, add "needs" --- .github/workflows/dendrite.yml | 3 ++- .github/workflows/schedules.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 1e550d9fd..6a4c207a1 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -87,7 +87,7 @@ jobs: with: # Optional: pass GITHUB_TOKEN to avoid rate limiting. token: ${{ secrets.GITHUB_TOKEN }} - - run: go test -short -race -json -v -coverpkg=./... -coverprofile=cover.out $(go list ./... | grep -v /cmd/dendrite*) 2>&1 | gotestfmt + - run: go test -short -json -v -coverpkg=./... -coverprofile=cover.out $(go list ./... | grep -v /cmd/dendrite*) 2>&1 | gotestfmt - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 @@ -174,6 +174,7 @@ jobs: # run go test with different go versions integration: timeout-minutes: 20 + needs: initial-tests-done name: Integration tests (Go ${{ matrix.go }}) runs-on: ubuntu-latest # Service containers to run with `container-job` diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 901ad2483..1e4592383 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -13,7 +13,6 @@ jobs: # run Sytest in different variations sytest: timeout-minutes: 60 - needs: initial-tests-done name: "Sytest (${{ matrix.label }})" runs-on: ubuntu-latest strategy: