mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
add hardhat test step to ci (#70)
This commit is contained in:
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user