mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Update CI script
This commit is contained in:
15
.github/workflows/ci-rust.yml
vendored
15
.github/workflows/ci-rust.yml
vendored
@@ -45,19 +45,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
cargo clippy -- -D warnings
|
cargo clippy -- -D warnings
|
||||||
- name: Install cargo check tools
|
|
||||||
run: |
|
|
||||||
cargo install --locked cargo-deny || true
|
|
||||||
cargo install --locked cargo-outdated || true
|
|
||||||
cargo install --locked cargo-udeps || true
|
|
||||||
cargo install --locked cargo-audit || true
|
|
||||||
cargo install --locked cargo-pants || true
|
|
||||||
- name: Check
|
|
||||||
run: |
|
|
||||||
cargo deny check
|
|
||||||
cargo outdated --exit-code 1
|
|
||||||
cargo udeps
|
|
||||||
rm -rf ~/.cargo/advisory-db
|
|
||||||
cargo audit
|
|
||||||
cargo pants
|
|
||||||
- run: cargo test --all
|
- run: cargo test --all
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ reqwest = { version = "0.11.23", features = ["multipart", "cookies", "gzip", "br
|
|||||||
reqwest_cookie_store = "0.6.0"
|
reqwest_cookie_store = "0.6.0"
|
||||||
serde = { version = "1.0.198", features = ["derive"] }
|
serde = { version = "1.0.198", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.116", features = ["raw_value"] }
|
serde_json = { version = "1.0.116", features = ["raw_value"] }
|
||||||
serde_yaml = "0.9.34+deprecated"
|
serde_yaml = "0.9.34"
|
||||||
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
|
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
|
||||||
tauri = { version = "2.0.0-beta", features = ["devtools", "protocol-asset"] }
|
tauri = { version = "2.0.0-beta", features = ["devtools", "protocol-asset"] }
|
||||||
tauri-plugin-clipboard-manager = "2.1.0-beta"
|
tauri-plugin-clipboard-manager = "2.1.0-beta"
|
||||||
|
|||||||
Reference in New Issue
Block a user