Skip to content

Commit c2240eb

Browse files
committed
Enable wire tests on ci
1 parent e374676 commit c2240eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ jobs:
2727
uses: actions/setup-node@v3
2828

2929
- name: Compile
30-
run: yarn && yarn test:unit
30+
run: yarn && yarn build
31+
32+
- name: Unit Test
33+
run: yarn test:unit
34+
35+
- name: Wire Test
36+
run: yarn test:wire
3137

3238
publish:
3339
needs: [ compile ]

0 commit comments

Comments
 (0)