We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea9ae8 commit 7500e7fCopy full SHA for 7500e7f
.github/workflows/ci.yml
@@ -36,4 +36,7 @@ jobs:
36
run: yarn --frozen-lockfile
37
38
- name: Test
39
- run: yarn test
+ run: yarn mocha
40
+
41
+ - name: Perf
42
+ run: TIMING=1 yarn lint
0 commit comments