diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a8efe8a..ef67fe1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,5 +35,5 @@ jobs: - name: compile contracts run: npx hardhat compile - - name: deploy simulation + - name: deployment and testing run: npx hardhat test \ No newline at end of file