fix(ci): retry failing go tests (#2703)

This commit is contained in:
Łukasz Mierzwa
2021-02-01 18:43:35 +00:00
committed by GitHub
parent c469b73267
commit 2d649fdfe8

View File

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