add hardhat test step to ci (#70)

This commit is contained in:
noot
2022-01-15 14:13:44 -05:00
committed by GitHub
parent 39e6cc0bcd
commit 5eed62ee4f

View File

@@ -49,3 +49,9 @@ jobs:
- name: Run integration tests
run: ./scripts/run-integration-tests.sh
- name: Run Hardhat tests
run: |
cd ethereum
npm install --save-dev hardhat
npx hardhat test