Skip to content

Commit

Permalink
Debug and fix the CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 31, 2023
1 parent 2ac3e9f commit 89cff68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@ jobs:
features: moka-store,sqlite-store
docker: false

- store: postgres_store
- store: diesel_pg_store_tests
features: diesel-postgres-store,diesel-r2d2

docker: true
- store: mysql_store

- store: diesel_mysql_store_tests
features: diesel-mysql-store,diesel-r2d2
docker: true

- store: diesel_store
- store: diesel_sqlite_store_tests
features: diesel-sqlite-store,diesel-r2d2
docker: false

- store: deadpool_diesel_store
- store: deadpool_diesel_sqlite_store_tests
features: diesel-sqlite-store,diesel-deadpool
docker: false

Expand Down

0 comments on commit 89cff68

Please sign in to comment.