Skip to content

Commit 7500e7f

Browse files
committed
ci: perf on CI
1 parent bea9ae8 commit 7500e7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ jobs:
3636
run: yarn --frozen-lockfile
3737

3838
- name: Test
39-
run: yarn test
39+
run: yarn mocha
40+
41+
- name: Perf
42+
run: TIMING=1 yarn lint

0 commit comments

Comments
 (0)