Skip to content

Commit

Permalink
Enable deadpool-memcached CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Nov 19, 2024
1 parent f6374bb commit 6de8bf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
# Disable Diesel MSRV check as it keeps failing for no obvious reason.
#- { crate: deadpool-diesel, msrv: '1.78.0' }
- { crate: deadpool-lapin, msrv: '1.75.0' }
- { crate: deadpool-memcached, msrv: '1.75.0' }
- { crate: deadpool-postgres, msrv: '1.75.0' }
- { crate: deadpool-redis, msrv: '1.75.0' }
- { crate: deadpool-sqlite, msrv: '1.77.0' }
Expand Down Expand Up @@ -191,6 +192,7 @@ jobs:
- deadpool
- deadpool-diesel
- deadpool-lapin
- deadpool-memcached
- deadpool-postgres
- deadpool-redis
- deadpool-sqlite
Expand Down Expand Up @@ -272,6 +274,7 @@ jobs:
- deadpool
- deadpool-diesel
- deadpool-lapin
- deadpool-memcached
- deadpool-postgres
- deadpool-redis
- deadpool-sqlite
Expand Down

0 comments on commit 6de8bf8

Please sign in to comment.