Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Mar 17, 2024
1 parent 683aa40 commit 554bdd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: make deps-start

- name: Running CI
run: make ci
run: |
sleep 10
make ci
- name: Convert coverage file to lcov
run: |
Expand Down

0 comments on commit 554bdd4

Please sign in to comment.