We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192957b commit 04ab862Copy full SHA for 04ab862
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Lint
23
run: yarn lint
24
- name: Test
25
- run: yarn test
+ run: yarn test:src && yarn test:contracts
26
- name: Build project
27
run: yarn build:contracts & yarn build:src
28
- name: Release
0 commit comments