Skip to content
Snippets Groups Projects
Unverified Commit c200e18d authored by sam edelsten's avatar sam edelsten Committed by GitHub
Browse files

Add --all-features to Lints job (#127)

* add --all-features to CI checks

* add all-features to clippy command
parent 5d8e2046
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ jobs:
- name: Fmt
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -A clippy::type_complexity -A clippy::too_many_arguments -D warnings
run: cargo clippy --all-features -- -A clippy::type_complexity -A clippy::too_many_arguments -D warnings
test-cosmic-edit:
name: Test cosmic-edit
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment