diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d85479bfd..8e6222ded 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,11 @@ jobs: run: make mock-assets - name: Test Go code - run: make test-go + uses: nick-invision/retry@v2.4.0 + with: + timeout_minutes: 10 + max_attempts: 5 + command: make test-go - name: Report code coverage uses: codecov/codecov-action@v1