Skip to content

Commit 98a3d4e

Browse files
committed
Add home crate to CI
1 parent 6a1a9ed commit 98a3d4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
CARGO_TARGET_DIR: target
100100
- run: cargo test -p cargo-platform
101101
- run: cargo test -p cargo-util
102+
- run: cargo test -p home
102103
- run: cargo test --manifest-path crates/mdman/Cargo.toml
103104
- run: cargo build --manifest-path crates/credential/cargo-credential-1password/Cargo.toml
104105
- run: cargo build --manifest-path crates/credential/cargo-credential-gnome-secret/Cargo.toml

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git2 = "0.15.0"
3131
git2-curl = "0.16.0"
3232
glob = "0.3.0"
3333
hex = "0.4"
34-
home = "0.5"
34+
home = { path = "crates/home", version = "0.5" }
3535
http-auth = { version = "0.1.6", default-features = false }
3636
humantime = "2.0.0"
3737
indexmap = "1"

0 commit comments

Comments
 (0)