Skip to content

Commit

Permalink
Specify the features for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Oct 1, 2024
1 parent 5f62c84 commit dd2c95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Format and clippy
run: |
cargo fmt --all -- --check
cargo clippy --all-targets --all-features
cargo clippy --all-targets --no-default-features --features min-redis-compatibility-version-${{ matrix.redis-version }}
- name: Install redis
run: |
Expand Down

0 comments on commit dd2c95c

Please sign in to comment.