Skip to content

Commit

Permalink
add clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Feb 22, 2022
1 parent b93997e commit 71f539c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo check --all-targets --no-default-features
- run: rustup component add clippy
- run: cargo clippy --all-targets --no-default-features -- -Dwarnings
- run: cargo test --all-features

Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo check --all-targets --no-default-features
- run: rustup component add clippy
- run: cargo clippy --all-targets --no-default-features -- -Dwarnings
# we don't want to test `proj-network` because it only enables the `proj` feature
- run: cargo test --features "use-proj use-serde"
Expand Down Expand Up @@ -107,6 +109,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo check --all-targets
- run: rustup component add clippy
- run: cargo clippy --all-targets -- -Dwarnings
- run: cargo test

Expand Down

0 comments on commit 71f539c

Please sign in to comment.