Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Could changed hdk path name
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticallyTypedAnxiety committed Oct 18, 2019
1 parent c94f74c commit 501c276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ members = [
"crates/holochain_wasm",
"crates/core",
"crates/dpki",
"crates/hdk-v2",
"crates/hdk_v2",
"crates/hdk",
"crates/net",
"benchmarks",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -144,7 +144,7 @@ test_holochain: build_holochain
cd crates/core_types && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/dpki && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/hdk && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/hdk-v2 && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/hdk_v2 && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/holochain && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/net && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
cd crates/wasm_utils && RUSTFLAGS="-D warnings" $(CARGO) test --all --exclude hc
Expand Down Expand Up @@ -204,7 +204,7 @@ build_holochain: wasm_build
cd crates/core_types && $(CARGO) build
cd crates/dpki && $(CARGO) build
cd crates/hdk && $(CARGO) build
cd crates/hdk-v2 && $(CARGO) build
cd crates/hdk_v2 && $(CARGO) build
cd crates/holochain && $(CARGO) build
cd crates/net && $(CARGO) build
cd crates/wasm_utils && $(CARGO) build
Expand Down
2 changes: 1 addition & 1 deletion test/fmt/default.nix
Expand Up @@ -21,7 +21,7 @@ let
../conductor_lib \
../holochain_wasm \
../hdk \
../hdk-v2 \
../hdk_v2 \
../net \
../dpki \
../logging \
Expand Down

0 comments on commit 501c276

Please sign in to comment.