mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 20:48:37 -04:00
Use full path imports for dependencies to reduce cfg hell
This commit is contained in:
parent
a1351e5461
commit
b8fd9a734f
2 changed files with 8 additions and 10 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -40,10 +40,10 @@ jobs:
|
|||
- name: Check code formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Run clippy
|
||||
- name: Run clippy with default features
|
||||
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
- name: Run clippy all features
|
||||
- name: Run clippy with all features enabled (e.g. tor)
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
build_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue