Skip to content

Commit 21b43c5

Browse files
Failed to connect MySQL: driver: bad connection
1 parent 25c68d4 commit 21b43c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
done
7575
7676
echo "All services are up!"
77+
sleep 5
7778
7879
- name: Run tests
7980
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@@ -88,3 +89,4 @@ jobs:
8889
if: always()
8990
run: |
9091
docker-compose -f docker/docker-compose.yml down
92+
12

0 commit comments

Comments
 (0)