We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c14d3 + 196ad08 commit 82b45bbCopy full SHA for 82b45bb
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Build
28
run: yarn build
29
30
+ - name: Testing Setups
31
+ run: yarn benchmark:ci
32
+
33
- name: Unit Tests
34
run: yarn test:cli
35
0 commit comments