Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 9db2b7f

Browse files
committed
Revert "Test race conditions"
This reverts commit 226cdb9.
1 parent 226cdb9 commit 9db2b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Run go test
8888
run: |
8989
set -euo pipefail
90-
go test -race -coverprofile=coverage.txt -covermode=atomic -json -p 1 -v ./... 2>&1 | tee /tmp/gotest.log
90+
go test -coverprofile=coverage.txt -covermode=atomic -json -p 1 -v ./... 2>&1 | tee /tmp/gotest.log
9191
- name: Format log output
9292
if: always()
9393
run: |

0 commit comments

Comments
 (0)