Skip to content

Commit 18a06cc

Browse files
committed
fix ci to test local home crate
1 parent faa9b31 commit 18a06cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +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
102+
- run: cargo test --manifest-path crates/home/Cargo.toml
103103
- run: cargo test --manifest-path crates/mdman/Cargo.toml
104104
- run: cargo build --manifest-path crates/credential/cargo-credential-1password/Cargo.toml
105105
- run: cargo build --manifest-path crates/credential/cargo-credential-gnome-secret/Cargo.toml

0 commit comments

Comments
 (0)