diff --git a/Makefile b/Makefile index 9c395c67e..31b53247a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 36a439af1..663c85447 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -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 # Uncomment if you want to use dependencies