Skip to content

Commit

Permalink
do not use features
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Jan 22, 2024
1 parent 3582ef5 commit 4873a3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,18 @@ jobs:
docker: true

- store: postgres_store
features: postgres
docker: true

- store: mysql_store
features: mysql
docker: true

- store: sqlite_store
features: sqlite
docker: false

- store: moka_store
docker: false

- store: caching_store
features: moka-store,sqlite
docker: false

steps:
Expand All @@ -86,4 +82,4 @@ jobs:
docker compose -f tests/docker-compose.yml up ${{ matrix.store }} -d
- name: Run integration tests
run: |
cargo nextest run ${{ matrix.store }}_test --test test-integration --features ${{ matrix.features }}
cargo nextest run ${{ matrix.store }}_test --test test-integration

0 comments on commit 4873a3e

Please sign in to comment.