fix(ci): try fixing tests

This commit is contained in:
Łukasz Mierzwa
2022-08-15 10:44:55 +01:00
committed by Łukasz Mierzwa
parent 86affe3ee5
commit 15d7b32a9e
3 changed files with 16 additions and 20 deletions

View File

@@ -44,11 +44,7 @@ jobs:
run: make mock-assets
- name: Test Go code
uses: nick-invision/retry@v2.8.1
with:
timeout_minutes: 10
max_attempts: 5
command: make test-go
run: make test-go
- name: Report code coverage
uses: codecov/codecov-action@v3.1.0