fix ci to test local home crate

This commit is contained in:
Lucio Franco 2022-12-13 15:40:26 -05:00
parent faa9b31dff
commit 18a06cc809
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +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/home/Cargo.toml
- 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