Skip to content

Commit

Permalink
make: update paths to crates src
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 23, 2024
1 parent f7532c2 commit bcfd7e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build-debug:
$(cargo) build --package namada_apps --manifest-path Cargo.toml

install-release:
$(cargo) install --path ./apps --locked
$(cargo) install --path ./crates/apps --locked

check-release:
$(cargo) check --release --package namada_apps
Expand Down Expand Up @@ -121,7 +121,7 @@ tendermint:
./scripts/get_tendermint.sh

install: cometbft
$(cargo) install --path ./apps --locked
$(cargo) install --path ./crates/apps --locked

cometbft:
./scripts/get_cometbft.sh
Expand Down Expand Up @@ -248,7 +248,7 @@ test-benches:
# Run PoS state machine tests with shrinking disabled by default (can be
# overridden with `PROPTEST_MAX_SHRINK_ITERS`)
test-pos-sm:
cd proof_of_stake && \
cd crates/proof_of_stake && \
RUST_BACKTRACE=1 \
PROPTEST_CASES=$(PROPTEST_CASES) \
PROPTEST_MAX_SHRINK_ITERS=$(PROPTEST_MAX_SHRINK_ITERS) \
Expand Down

0 comments on commit bcfd7e5

Please sign in to comment.