Skip to content

Commit

Permalink
Use scarb's builtin runner rather than cairo-test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Aug 8, 2023
1 parent 9f854f8 commit 2aaa6f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ build-cairo-contracts:

.PHONY: test-cairo-contracts
test-cairo-contracts:
cd contracts && scarb run test
cd contracts && scarb test

# TODO: this script needs to be replaced with a predefined K8s enviroment
.PHONY: env-devnet-hardhat
Expand Down
1 change: 0 additions & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ homepage = "https://github.com/smartcontractkit/chainlink-starknet"

[scripts]
sierra = "cairo-compile . -r"
test = "cairo-test --starknet ."
# Add your own custom commands and run them with scarb run <command>

# Uncomment if you want to use dependencies
Expand Down

0 comments on commit 2aaa6f1

Please sign in to comment.