Skip to content

Commit 295324e

Browse files
committedMay 17, 2023
fix: 🐛 Fixed typo in the testing workflow
1 parent a9eb486 commit 295324e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Check contract sizes
2424
run: yarn hardhat size-contracts
2525
- name: Test
26-
run: yarn yarn test
26+
run: yarn test

0 commit comments

Comments
 (0)
Please sign in to comment.