Skip to content

Commit

Permalink
ci: perf on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jun 30, 2022
1 parent bea9ae8 commit 7500e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -36,4 +36,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Test
run: yarn test
run: yarn mocha

- name: Perf
run: TIMING=1 yarn lint

0 comments on commit 7500e7f

Please sign in to comment.