Skip to content

Commit

Permalink
Remove deadpool-redis-cluster traces from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar authored and bikeshedder committed Dec 14, 2023
1 parent 4caea9a commit 3edc52b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- deadpool-postgres
- deadpool-r2d2
- deadpool-redis
- deadpool-redis-cluster
- deadpool-sqlite
# Examples
- example-postgres-actix-web
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
- lapin
- postgres
- redis
- redis-cluster
- sqlite
feature:
- rt_tokio_1
Expand Down Expand Up @@ -140,7 +138,6 @@ jobs:
- { crate: deadpool-lapin, msrv: '1.63.0' }
- { crate: deadpool-postgres, msrv: '1.63.0' }
- { crate: deadpool-redis, msrv: '1.63.0' }
- { crate: deadpool-redis-cluster, msrv: '1.63.0' }
- { crate: deadpool-sqlite, msrv: '1.63.0' }
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -171,7 +168,6 @@ jobs:
- deadpool-lapin
- deadpool-postgres
- deadpool-redis
- deadpool-redis-cluster
- deadpool-sqlite
runs-on: ubuntu-latest
services:
Expand Down Expand Up @@ -242,7 +238,6 @@ jobs:
- deadpool-lapin
- deadpool-postgres
- deadpool-redis
- deadpool-redis-cluster
- deadpool-sqlite
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3edc52b

Please sign in to comment.