We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dc9c0 commit e05f6d2Copy full SHA for e05f6d2
1 file changed
.github/workflows/sqliteq.yml
@@ -18,17 +18,6 @@ jobs:
18
test:
19
runs-on: ubuntu-latest
20
21
- services:
22
- redis:
23
- image: redis:latest
24
- ports:
25
- - 6375:6379
26
- options: >-
27
- --health-cmd "redis-cli ping"
28
- --health-interval 10s
29
- --health-timeout 5s
30
- --health-retries 5
31
-
32
steps:
33
- uses: actions/checkout@v4
34
@@ -44,8 +33,6 @@ jobs:
44
- name: Run tests with coverage
45
run: |
46
35
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
47
- env:
48
- REDIS_URL: redis://localhost:6375
49
36
50
37
- name: Upload coverage reports to Codecov
51
38
uses: codecov/codecov-action@v5
0 commit comments