From ae426acbf31df2c3a7f814c73e2a9b2a6967d967 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 7 Nov 2024 16:15:38 +0800 Subject: [PATCH] fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3049816..78e78ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: pkg-manager: npm - run: name: Run tests - command: npm run test + command: npx hardhat test deploy: # This is an example deploy job, not actually used by the workflow docker: