mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Test only one
This commit is contained in:
parent
9ff8b54522
commit
84d1f51edb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-deploy.yaml
vendored
2
.github/workflows/ci-deploy.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test Contracts
|
- name: Test Contracts
|
||||||
working-directory: ./hardhat
|
working-directory: ./hardhat
|
||||||
run: npx hardhat test --network localhost
|
run: npx hardhat test test/Lock.ts --network localhost
|
||||||
|
|
||||||
- name: Autotag
|
- name: Autotag
|
||||||
id: autotag
|
id: autotag
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue