Skip to content

Commit

Permalink
ci: remove race tests
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 24, 2023
1 parent cea8b08 commit b91ec72
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,35 +241,6 @@ jobs:

- run: make benchmark

backend-race-tests:
runs-on: ubuntu-latest
needs: frontend
permissions:
contents: read
checks: write

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod

- name: Copy built frontend
uses: actions/download-artifact@v3
with:
name: frontend
path: internal/http/frontend/dist

- run: go install github.com/tinylib/msgp
- run: go generate ./...

- name: Race tests
run: |
go test ./... -race
backend-unit-tests:
runs-on: ubuntu-latest
needs: frontend
Expand Down

0 comments on commit b91ec72

Please sign in to comment.