mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-24 23:00:28 -04:00
Extre CI flag to run clippy for wihtout all features enabled
This commit is contained in:
parent
8811a0a205
commit
7f3aa644a0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -41,6 +41,9 @@ jobs:
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||||
|
|
||||||
|
- name: Run clippy all features
|
||||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
build_test:
|
build_test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue