From 84d1f51edb31e321b3c5a1f76493f30b94513f2e Mon Sep 17 00:00:00 2001 From: Dimitar Manov <99065541+dimitarmanov@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:45:38 +0300 Subject: [PATCH] Test only one --- .github/workflows/ci-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-deploy.yaml b/.github/workflows/ci-deploy.yaml index 9d8eb9818a..6855188422 100644 --- a/.github/workflows/ci-deploy.yaml +++ b/.github/workflows/ci-deploy.yaml @@ -43,7 +43,7 @@ jobs: - name: Test Contracts working-directory: ./hardhat - run: npx hardhat test --network localhost + run: npx hardhat test test/Lock.ts --network localhost - name: Autotag id: autotag