Skip to content

Commit

Permalink
Add home crate to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Dec 12, 2022
1 parent 6a1a9ed commit 98a3d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
CARGO_TARGET_DIR: target
- run: cargo test -p cargo-platform
- run: cargo test -p cargo-util
- run: cargo test -p home
- run: cargo test --manifest-path crates/mdman/Cargo.toml
- run: cargo build --manifest-path crates/credential/cargo-credential-1password/Cargo.toml
- run: cargo build --manifest-path crates/credential/cargo-credential-gnome-secret/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git2 = "0.15.0"
git2-curl = "0.16.0"
glob = "0.3.0"
hex = "0.4"
home = "0.5"
home = { path = "crates/home", version = "0.5" }
http-auth = { version = "0.1.6", default-features = false }
humantime = "2.0.0"
indexmap = "1"
Expand Down

0 comments on commit 98a3d4e

Please sign in to comment.