Skip to content

Commit 295324e

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)