Skip to content

Commit

Permalink
Merge pull request #57 from Cardinal-Cryptography/fix_e2e
Browse files Browse the repository at this point in the history
Fix e2e tests. Or at least try
  • Loading branch information
h4nsu authored Nov 10, 2023
2 parents e30321b + 45ff4f1 commit ad73c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build-all: ## Builds all production contracts.
build-test-contracts: ## Builds contracts used in e2e-tests
@for d in $(TEST_PATHS); do \
echo "Building $$d contract" ; \
if [[ "$$d" = *psp22 ]]; then \
if [[ "$$d" = $(TEST_CONTRACTS)/psp22 ]]; then \
cargo contract build --quiet --manifest-path $$d/Cargo.toml --release --features "contract"; \
else \
cargo contract build --quiet --manifest-path $$d/Cargo.toml --release; \
Expand Down

0 comments on commit ad73c37

Please sign in to comment.