File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,19 @@ commands:
4848 - run :
4949 name : Rust Clippy MySQL
5050 command : |
51- cargo clippy --workspace --all-targets --no-default-features --features=syncstorage-db/mysql --features=py_verifier -- -D warnings
51+ cargo clippy --workspace --all-targets --no-default-features --features=syncstorage-db/mysql --features=tokenserver-db/mysql --features=py_verifier -- -D warnings
52+ rust-clippy-sqlite :
53+ steps :
54+ - run :
55+ name : Rust Clippy SQLite
56+ command : |
57+ cargo clippy --workspace --all-targets --no-default-features --features=syncstorage-db/sqlite --features=tokenserver-db/sqlite --features=py_verifier -- -D warnings
5258 rust-clippy-spanner :
5359 steps :
5460 - run :
5561 name : Rust Clippy Spanner
5662 command : |
57- cargo clippy --workspace --all-targets --no-default-features --features=syncstorage-db/spanner --features=py_verifier -- -D warnings
63+ cargo clippy --workspace --all-targets --no-default-features --features=syncstorage-db/spanner --features=tokenserver-db/mysql --features= py_verifier -- -D warnings
5864 cargo-build :
5965 steps :
6066 - run :
You can’t perform that action at this time.
0 commit comments