Skip to content

Commit 875ac18

Browse files
committed
maybe this runs redis on ci??? that'd be too easy
1 parent 5680241 commit 875ac18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919
rust: [stable, nightly]
2020

21+
services:
22+
redis:
23+
image: redis
24+
options: >-
25+
--health-cmd "redis-cli ping"
26+
--health-interval 10s
27+
--health-timeout 5s
28+
--health-retries 5
29+
2130
steps:
2231
- uses: actions/checkout@master
2332

0 commit comments

Comments
 (0)