mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-24 07:06:45 -04:00
Extre CI flag to run clippy for wihtout all features enabled
This commit is contained in:
parent
8811a0a205
commit
7f3aa644a0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -41,6 +41,9 @@ jobs:
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- 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
|
||||
|
||||
build_test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user