Skip to content

Commit 04ab862

Browse files
committed
fix: 🐛 Fixed typo in release.yml
1 parent 192957b commit 04ab862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Lint
2323
run: yarn lint
2424
- name: Test
25-
run: yarn test
25+
run: yarn test:src && yarn test:contracts
2626
- name: Build project
2727
run: yarn build:contracts & yarn build:src
2828
- name: Release

0 commit comments

Comments
 (0)