Skip to content

Commit da9c6cb

Browse files
authored
Merge pull request #58 from pbs-data-solutions/targets
Add all-features to clippy CI checks
2 parents cb676db + a48ad26 commit da9c6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Cache dependencies
2323
uses: Swatinem/[email protected]
2424
- name: Run cargo clippy
25-
run: cargo clippy --all-targets -- --deny warnings
25+
run: cargo clippy --all-targets --all-features -- --deny warnings
2626
clippy-python:
2727
name: Clippy-Python
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)