Skip to content

Commit 82b45bb

Browse files
Merge pull request #357 from FormidableLabs/fix/release-workflow-test-addition
workflow testing fixes
2 parents f1c14d3 + 196ad08 commit 82b45bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build
2828
run: yarn build
2929

30+
- name: Testing Setups
31+
run: yarn benchmark:ci
32+
3033
- name: Unit Tests
3134
run: yarn test:cli
3235

0 commit comments

Comments
 (0)