File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 93
93
components : rustfmt, clippy
94
94
- run : rustc --version
95
95
- run : cargo clippy --all-features --all-targets -- -Dwarnings
96
+ - run : cargo clippy --all-targets --manifest-path proto/Cargo.toml --no-default-features -- -Dwarnings
97
+ - run : cargo clippy --all-targets --manifest-path proto/Cargo.toml --no-default-features --features json -- -Dwarnings
98
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features -- -Dwarnings
99
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features --features insecure -- -Dwarnings
100
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features --features json -- -Dwarnings
101
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features --features std -- -Dwarnings
102
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features --features insecure,json -- -Dwarnings
103
+ - run : cargo clippy --all-targets --manifest-path core/Cargo.toml --no-default-features --features insecure,std -- -Dwarnings
96
104
97
105
doc :
98
106
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments