Skip to content

Commit

Permalink
build contracts before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Mar 29, 2024
1 parent 1f7424a commit 639d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shielder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-shielder: ## Builds shielder contracts.
setup-tests: build-psp22 build-shielder ## Builds contracts and generates wrappers.

.PHONY: shielder-tests
shielder-tests: ## Runs tests for contract.
shielder-tests: setup-tests ## Runs tests for contract.
@echo "Running shielder tests" ; \
cargo test --manifest-path contract/Cargo.toml --release -- --nocapture ; \

Expand Down

0 comments on commit 639d80b

Please sign in to comment.