diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5632159ea..839eb9603 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,5 +41,6 @@ jobs: - name: Test run: | TEST_MONGODB_IMAGE=${{ matrix.image }} make test-cluster + sleep 10 make test-race make test-cluster-clean