Remove race detection, add "needs"

This commit is contained in:
Till Faelligen 2022-11-30 11:47:06 +01:00
parent bb0edc364b
commit 4adef856d5
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -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: